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 serhiy.storchaka
Recipients ezio.melotti, pitrou, serhiy.storchaka, skrah, vstinner
Date 2015-08-10.08:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439195718.5.0.449425703597.issue24831@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/test/regrtest.py:
# When tests are run from the Python build directory, it is best practice
# to keep the test files in a subfolder.  This eases the cleanup of leftover
# files using the "make distclean" command.
if sysconfig.is_python_build():
    TEMPDIR = os.path.join(sysconfig.get_config_var('srcdir'), 'build')
else:
    TEMPDIR = tempfile.gettempdir()
History
Date User Action Args
2015-08-10 08:35:18serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, skrah
2015-08-10 08:35:18serhiy.storchakasetmessageid: <1439195718.5.0.449425703597.issue24831@psf.upfronthosting.co.za>
2015-08-10 08:35:18serhiy.storchakalinkissue24831 messages
2015-08-10 08:35:18serhiy.storchakacreate