[issue3821] trace module bug when using --missing

2011-01-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3821] trace module bug when using --missing

2010-08-05 Thread Eli Bendersky
Eli Bendersky added the comment: TestCoverage.test_coverage_ignore fails when running in verbose mode ("python regrtest.py -v test_trace", or directly "python test_trace.py"), because it attempts to compare stdout.getvalue() with the empty string, while verbose places output there. I will fi

[issue3821] trace module bug when using --missing

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed the test cases and committed them in r83527. -- nosy: +georg.brandl status: open -> closed ___ Python tracker ___ __

[issue3821] trace module bug when using --missing

2009-05-29 Thread R. David Murray
R. David Murray added the comment: Brett Cannon apparently fixed this in r69111 for 3.1. I merged it to the 30-maint branch in r73030. It would be nice to add the tests, but they don't currently pass (test_coverage_ignore fails). I don't know if that's a test bug or a code bug, not being fami

[issue3821] trace module bug when using --missing

2008-09-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Here is a simple test suite for the trace module, and two corrections to make it work. The test file is suitable for 2.6 (simply replace test.support with test.test_support) -- keywords: +needs review, patch Added file: http:

[issue3821] trace module bug when using --missing

2008-09-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: This can be further simplified: line_increments = code.co_lnotab[1::2] Assigning to myself, I will try to add unit tests as well. the trace module is not tested at all... -- assignee: -> amaury.forgeotdarc nosy: +amaury.for

[issue3821] trace module bug when using --missing

2008-09-09 Thread Juan Javier
New submission from Juan Javier <[EMAIL PROTECTED]>: I get the following exception: $ /opt/python3.0b2/bin/python3.0 -m trace -c -m run.py Traceback (most recent call last): File "/opt/python3.0b2/lib/python3.0/runpy.py", line 121, in _run_module_as_main "__main__", fname, loader, pkg_name