]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport bugfixes since rev 1.39 from the trunk.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Dec 2001 00:06:03 +0000 (00:06 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Dec 2001 00:06:03 +0000 (00:06 +0000)
commit3c2b6f54005fe45225f417bb95e469953311c0a6
tree82ca3f0d281fd5742b8e3ab403e38efd147dc987
parent317acd0308a4f539add7660b376b44554af7e28f
Backport bugfixes since rev 1.39 from the trunk.

Add is_constant_false(), rev 1.41.
Fixed print handling, rev. 1.41.
Handle private names, 1.42.
Make sure JUMP_ABS and POP_BLOCK blocks are contiguous, rev. 1.44.
Make sure class object has no co_varnames, rev. 1.45.
Fix typo in visitDict(), rev. 1.46.
Generate correct code for continue in try/except, rev. 1.47.
Tools/compiler/compiler/pycodegen.py