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 eli.bendersky
Recipients belopolsky, eli.bendersky, ezio.melotti, pitrou, terry.reedy
Date 2010-08-02.02:27:56
SpamBayes Score 0.003899816
Marked as misclassified No
Message-id <1280716079.6.0.053743164108.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
I see a curious behavior with the test runs. To reproduce:

1. Clean up .pyc files in test/ dir
2. Run: py27 regrtest.py -v test_trace    ---> SUCCESS
3. Run again: py27 regrtest.py -v test_trace    ---> FAIL

Initial investigation points to my usage of __file__ in expected results, which is always the .py file, while trace.py returns the   .pyc file for some results. I'm not sure it has anything to do with the fake module - will investigate further.
History
Date User Action Args
2010-08-02 02:28:00eli.benderskysetrecipients: + eli.bendersky, terry.reedy, belopolsky, pitrou, ezio.melotti
2010-08-02 02:27:59eli.benderskysetmessageid: <1280716079.6.0.053743164108.issue9315@psf.upfronthosting.co.za>
2010-08-02 02:27:57eli.benderskylinkissue9315 messages
2010-08-02 02:27:56eli.benderskycreate