Damien George 882b363564 py: Move to Python 3.4.0 compatibility.
Very little has changed.  In Python 3.4 they removed the opcode
STORE_LOCALS, but in Micro Python we only ever used this for CPython
compatibility, so it was a trivial thing to remove.  It also allowed to
clean up some dead code (eg the 0xdeadbeef in class construction), and
now class builders use 1 less stack word.

Python 3.4.0 introduced the LOAD_CLASSDEREF opcode, which I have not
yet understood.  Still, all tests (apart from bytecode test) still pass.
Bytecode tests needs some more attention, but they are not that
important anymore.
2014-04-02 15:56:31 +01:00
..
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-27 00:11:36 +02:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-04-02 15:56:31 +01:00
2014-03-17 02:43:40 -07:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:54:02 +01:00
2014-03-22 17:37:20 -07:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:54:02 +01:00
2014-03-30 13:35:08 +01:00
2014-03-22 21:31:28 +00:00
2014-04-01 01:17:33 -07:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-04-01 01:17:33 -07:00
2014-04-01 01:17:33 -07:00
2014-03-30 13:35:08 +01:00
2014-03-31 22:57:56 +01:00
2014-03-31 22:57:56 +01:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:54:02 +01:00