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.

作者 brett.cannon
收信人 benjamin.peterson, brett.cannon, loewis, vstinner
日期 2008-10-07.00:26:16
SpamBayes Score 4.3959585e-07
Marked as misclassified
Message-id <1223339179.46.0.794566312092.issue3574@psf.upfronthosting.co.za>
In-reply-to
内容
So I tried the patch (I attached my version with different comments in
the header file and removed some redundant change in whitespacing), and
test_sys consistently fails for me:

 test_current_frames (__main__.SysModuleTest)
 AssertionError: '' != 'g456()'

And this is after a ``make distclean`` and a new compile. This failure
doesn't occur on a clean checkout made after a 'distclean'.
历史
日期 用户 动作 参数
2008-10-07 00:26:19brett.cannon修改recipients: + brett.cannon, loewis, vstinner, benjamin.peterson
2008-10-07 00:26:19brett.cannon修改messageid: <1223339179.46.0.794566312092.issue3574@psf.upfronthosting.co.za>
2008-10-07 00:26:18brett.cannon链接issue3574 messages
2008-10-07 00:26:17brett.cannon创建