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 barry
Recipients barry, ned.deily, pitrou
Date 2011-03-29.22:11:53
SpamBayes Score 1.5699783e-08
Marked as misclassified No
Message-id <1301436714.51.0.639455408518.issue11677@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, -P is fine with me!

Also, since my idea is that --usetmp/-P would just use the mkdtemp() algorithm (which looks for $TMPDIR, $TEMP or $TMP), getting the build into a subdirectory, e.g. /tmp/test_python would be as easy as setting TMP=/tmp/test_python.  So I'm inclined to keep it real simple.  I will add an atexit handler though to clean up under normal situations.  Your right that if Python crashes you'll be left with file cruft, but if you're using --usetmp/-P you should know enough to look for that.
History
Date User Action Args
2011-03-29 22:11:54barrysetrecipients: + barry, pitrou, ned.deily
2011-03-29 22:11:54barrysetmessageid: <1301436714.51.0.639455408518.issue11677@psf.upfronthosting.co.za>
2011-03-29 22:11:53barrylinkissue11677 messages
2011-03-29 22:11:53barrycreate