| --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
| +++ b/cgen/templates/default/load_closure Fri May 11 16:21:51 2012 -0700 |
| @@ -0,0 +1,7 @@ |
| + |
| + TARGET(LOAD_CLOSURE) |
| + x = freevars[oparg]; |
| + Py_INCREF(x); |
| + PUSH(x); |
| + if (x != NULL) DISPATCH(); |
| + goto on_error;; |