Damien George 6ce4277551 py: Make all LOAD_FAST ops check for unbound local.
This is necessary to catch all cases where locals are referenced before
assignment.  We still keep the _0, _1, _2 versions of LOAD_FAST to help
reduced the byte code size in RAM.

Addresses issue #457.
2014-04-12 18:20:40 +01:00
..
2014-02-22 20:25:05 +02:00
2014-04-08 23:02:24 +01:00
2014-03-31 18:02:22 +01:00
2014-02-16 00:01:29 +00:00
2014-03-31 22:57:56 +01:00
2014-04-02 14:23:04 +01:00
2014-03-20 16:28:41 +00:00
2014-04-02 14:23:04 +01:00
2014-04-07 04:41:54 +01:00
2014-01-30 22:16:47 -08:00
2014-02-08 23:17:51 +02:00
2014-02-08 22:56:36 +02:00
2014-02-10 07:13:32 +02:00
2014-02-08 23:19:48 +02:00