[issue10685] trace does not ignore --ignore-module

2018-04-13 Thread Tom Hines
Tom Hines added the comment: bump -- ___ Python tracker <https://bugs.python.org/issue10685> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue10685] trace does not ignore --ignore-module

2015-05-26 Thread Tom Hines
Tom Hines added the comment: Test attached. Paste into test/test_trace.py. I tested in 2.7 and 3.4. Feel free to modify it. -- Added file: http://bugs.python.org/file39503/test_ignoredir.py ___ Python tracker <http://bugs.python.org/issue10

[issue10685] trace does not ignore --ignore-module

2015-05-18 Thread Tom Hines
Tom Hines added the comment: Done. On Sun, May 17, 2015 at 8:42 PM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > Tom, please sign the PSF Contributor Agreement > https://www.python.org/psf/contrib/ > https://www.python.org/psf/co

[issue10685] trace does not ignore --ignore-module

2013-10-31 Thread Tom Hines
Tom Hines added the comment: The trace module ignores the --ignore-dir option for both the --listfuncs and --trackcalls modes. I have attached a patch. -- keywords: +patch nosy: +tomhines Added file: http://bugs.python.org/file32437/trace.diff