commit | deb0c5e66cffce69773a27b14456ec3c9413b592 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 27 23:42:36 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 27 23:42:36 1997 +0000 |
tree | 8cdd802a65a8320ef83bc61f4752aa1ac8356334 | |
parent | 866016b92d9f041bf5c56cbf4b3ae436109913da [diff] |
Two small changes: - Use co->... instead of f->f_code->...; save an extra lookup of what we already have in a local variable). - Remove test for nlocals > 0 before setting fastlocals to f->f_localsplus; 0 is a rare case and the assignment is safe even then.