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 belopolsky
Recipients belopolsky, eli.bendersky, pitrou, terry.reedy
Date 2010-07-31.01:58:36
SpamBayes Score 0.0064936164
Marked as misclassified No
Message-id <1280541519.06.0.945301562245.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
Eli,

I was about to commit issue9315.3.patch, which is a lightly modified version of issue9315.2.patch, but it turned out that test_trace cannot be run by regrtest.py:

$ ./python.exe Lib/test/regrtest.py test_trace
test_trace
test test_trace failed -- multiple errors occurred; run in verbose mode for details
1 test failed:
    test_trace

It looks like your fake module machinery is a little too clever.
History
Date User Action Args
2010-07-31 01:58:39belopolskysetrecipients: + belopolsky, terry.reedy, pitrou, eli.bendersky
2010-07-31 01:58:39belopolskysetmessageid: <1280541519.06.0.945301562245.issue9315@psf.upfronthosting.co.za>
2010-07-31 01:58:36belopolskylinkissue9315 messages
2010-07-31 01:58:36belopolskycreate