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, pitrou, terry.reedy
Date 2010-07-31.05:24:33
SpamBayes Score 8.820776e-05
Marked as misclassified No
Message-id <1280553879.51.0.700423973845.issue9315@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander,

Your issue9315.3.patch file doesn't contain the new test module at all.
 
I'm attaching the updated test_trace.py, fixing the problem with running via regrtest. The problem was very simple and not about the fake module - I fixed to runctx with globals() and vars() instead of run on tracer (since the called function is in my module). The fix is on line 218 (with a docstring fix on line 213). 

Now `py27 regrtest.py -v test_trace` passes cleanly. I apologize for not trying it before. I'll learn for the future :-)
History
Date User Action Args
2010-07-31 05:24:39eli.benderskysetrecipients: + eli.bendersky, terry.reedy, belopolsky, pitrou
2010-07-31 05:24:39eli.benderskysetmessageid: <1280553879.51.0.700423973845.issue9315@psf.upfronthosting.co.za>
2010-07-31 05:24:37eli.benderskylinkissue9315 messages
2010-07-31 05:24:36eli.benderskycreate