Message 251804 - Python tracker
Message251804
| 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:02 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower |
| 2015-09-28 22:20:02 | vstinner | set | messageid: <1443478802.75.0.02674996421.issue25260@psf.upfronthosting.co.za> |
| 2015-09-28 22:20:02 | vstinner | link | issue25260 messages |
| 2015-09-28 22:20:02 | vstinner | create | |