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 vstinner
Recipients paul.moore, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-28.22:20:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443478802.75.0.02674996421.issue25260@psf.upfronthosting.co.za>
In-reply-to
Content
"python -m test --coverage" doesn't work on Windows because the tracer ignores the root directory of Python source code.

The code works on Linux because sys.base_prefix and sys.base_exec_prefix don't point to the Python source code, but to /usr/local.

I'm not sure why sys.base_prefix and sys.base_exec_prefix are ignored.
History
Date User Action Args
2015-09-28 22:20:02vstinnersetrecipients: + vstinner, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2015-09-28 22:20:02vstinnersetmessageid: <1443478802.75.0.02674996421.issue25260@psf.upfronthosting.co.za>
2015-09-28 22:20:02vstinnerlinkissue25260 messages
2015-09-28 22:20:02vstinnercreate