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 brett.cannon
Recipients benjamin.peterson, brett.cannon, loewis, vstinner
Date 2008-10-07.00:26:16
SpamBayes Score 4.3959585e-07
Marked as misclassified No
Message-id <1223339179.46.0.794566312092.issue3574@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2008-10-07 00:26:19brett.cannonsetrecipients: + brett.cannon, loewis, vstinner, benjamin.peterson
2008-10-07 00:26:19brett.cannonsetmessageid: <1223339179.46.0.794566312092.issue3574@psf.upfronthosting.co.za>
2008-10-07 00:26:18brett.cannonlinkissue3574 messages
2008-10-07 00:26:17brett.cannoncreate