[issue10991] trace fails when test imported a temporary file

2019-05-13 Thread Brett Cannon
Brett Cannon added the comment: Since I'm not bothered enough to check if this is still an issue I'm fine with closing this. -- resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue10991] trace fails when test imported a temporary file

2019-05-13 Thread SilentGhost
SilentGhost added the comment: Brett, is this something that is still relevant for the supported versions or are you OK with closing this issue as out of date or wont fix? -- nosy: +SilentGhost, brett.cannon ___ Python tracker

[issue10991] trace fails when test imported a temporary file

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10991] trace fails when test imported a temporary file

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Knowing the platform this occurred on would be useful, but given the age do we care? -- nosy: +BreamoreBoy versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10991

[issue10991] trace fails when test imported a temporary file

2013-01-11 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- nosy: -brett.cannon versions: +Python 3.4 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10991 ___

[issue10991] trace fails when test imported a temporary file

2011-01-23 Thread Brett Cannon
New submission from Brett Cannon br...@python.org: If you run ``test.regrtest -T`` you will discover that (at least) test_importlib and test_runpy prevent coverage data from being written out as 'trace' will try to find files which no longer exist. Both test suites create temp files, import