]> granicus.if.org Git - python/commit
Speed up with statements by storing the __exit__ method on the stack instead of in...
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 7 Mar 2008 14:13:28 +0000 (14:13 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 7 Mar 2008 14:13:28 +0000 (14:13 +0000)
commit7af53be66f8c074902e0e7e7c452a280538582bc
treec2d5933745c44a5099ceadb4f81bc7aa82dfe1c1
parente75f59a578a4538451c1d96610a6d183ba8f2e81
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
Doc/library/dis.rst
Lib/compiler/pycodegen.py
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/import.c