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.

作者 gvanrossum
收信人
日期 2007-03-16.15:53:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
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
历史
日期 用户 动作 参数
2007-08-23 15:57:35admin链接issue1681101 messages
2007-08-23 15:57:35admin创建