diff options
author | Guido van Rossum <guido@python.org> | 1997-01-27 23:42:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-27 23:42:36 (GMT) |
commit | deb0c5e66cffce69773a27b14456ec3c9413b592 (patch) | |
tree | 8cdd802a65a8320ef83bc61f4752aa1ac8356334 /Objects/dictobject.c | |
parent | 866016b92d9f041bf5c56cbf4b3ae436109913da (diff) | |
download | cpython-deb0c5e66cffce69773a27b14456ec3c9413b592.zip cpython-deb0c5e66cffce69773a27b14456ec3c9413b592.tar.gz cpython-deb0c5e66cffce69773a27b14456ec3c9413b592.tar.bz2 |
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.
Diffstat (limited to 'Objects/dictobject.c')
0 files changed, 0 insertions, 0 deletions