This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kamek
Recipients
Date 2006-11-02.05:55:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
At some point, when generating the bytecode, the
parser/compiler pre-calculates operations on constants.
However, the old values, which are often not needed
anymore in the constants, are left there as garbage.

To keep this description from being lengthy, I'm
attaching a text file with several simple
demonstrations that serve as testcases.
History
Date User Action Args
2007-08-23 16:12:17adminlinkissue1589074 messages
2007-08-23 16:12:17admincreate