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 gvanrossum
Recipients
Date 2007-03-16.15:53:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
New patch, gets rid of LOAD_LOCALS and BUILD_CLASS opcodes and adds LOAD_BUILD_CLASS opcode which avoids looking for __build_class__ in the globals; it only searches the builtins (like the IMPORT statement).  Though this is debatable.
File Added: meta.patch
History
Date User Action Args
2007-08-23 15:57:35adminlinkissue1681101 messages
2007-08-23 15:57:35admincreate