Message112115
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 :-) |
|
Date |
User |
Action |
Args |
2010-07-31 05:24:39 | eli.bendersky | set | recipients:
+ eli.bendersky, terry.reedy, belopolsky, pitrou |
2010-07-31 05:24:39 | eli.bendersky | set | messageid: <1280553879.51.0.700423973845.issue9315@psf.upfronthosting.co.za> |
2010-07-31 05:24:37 | eli.bendersky | link | issue9315 messages |
2010-07-31 05:24:36 | eli.bendersky | create | |
|