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.

作者 vstinner
收信人 pitrou, vstinner
日期 2012-04-18.11:54:07
SpamBayes Score -1.0
Marked as misclassified
Message-id <1334750048.42.0.880786301025.issue14385@psf.upfronthosting.co.za>
In-reply-to
内容
-                assert(!builtins || PyDict_Check(builtins));
+                assert(!builtins);

Oops, the assert must be replaced with assert(builtins != NULL) -> fixed in patch version 4.
历史
日期 用户 动作 参数
2012-04-18 11:54:08vstinner修改recipients: + vstinner, pitrou
2012-04-18 11:54:08vstinner修改messageid: <1334750048.42.0.880786301025.issue14385@psf.upfronthosting.co.za>
2012-04-18 11:54:07vstinner链接issue14385 messages
2012-04-18 11:54:07vstinner创建