Damien George 3558f62fb5 py: Making closures now passes pointer to stack, not a tuple for vars.
Closed over variables are now passed on the stack, instead of creating a
tuple and passing that.  This way memory for the closed over variables
can be allocated within the closure object itself.  See issue #510 for
background.
2014-04-20 17:50:40 +01:00
..
2014-04-20 01:25:15 +01:00
2014-04-17 18:18:55 +01:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-04-14 01:46:45 +03:00
2014-04-08 22:11:40 +03:00
2014-03-30 13:35:08 +01:00
2014-04-17 20:27:00 +03:00
2014-04-20 00:13:22 +01:00