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 nedbat, paul.moore, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-28.23:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443483003.99.0.141576322595.issue25260@psf.upfronthosting.co.za>
In-reply-to
Content
Ooops, copy/paste failure. The right diff is:

Changeset 294f8aeb4d4b: "Implemented PEP 405 (Python virtual environments)."

-        tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,
+        tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
                                          tempfile.gettempdir()],
                              trace=False, count=True)
History
Date User Action Args
2015-09-28 23:30:04vstinnersetrecipients: + vstinner, paul.moore, nedbat, tim.golden, r.david.murray, zach.ware, steve.dower
2015-09-28 23:30:03vstinnersetmessageid: <1443483003.99.0.141576322595.issue25260@psf.upfronthosting.co.za>
2015-09-28 23:30:03vstinnerlinkissue25260 messages
2015-09-28 23:30:03vstinnercreate