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 chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, gmwils, michael.foord, petri.lehtinen, pitrou
Date 2013-02-25.01:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361754586.21.0.583062496675.issue17283@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch.

The use of "global TEMPDIR" isn't ideal.  Alternatively, TEMPDIR's value when sysconfig.is_python_build() is true can be set when initially setting TEMPDIR:

http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l203
History
Date User Action Args
2013-02-25 01:09:46chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, ezio.melotti, michael.foord, petri.lehtinen, gmwils
2013-02-25 01:09:46chris.jerdoneksetmessageid: <1361754586.21.0.583062496675.issue17283@psf.upfronthosting.co.za>
2013-02-25 01:09:46chris.jerdoneklinkissue17283 messages
2013-02-25 01:09:46chris.jerdonekcreate