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 ezio.melotti, pitrou, serhiy.storchaka, skrah, vstinner
Date 2015-08-10.08:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbOvOBuL0HCHOqZPcfP=Z78SEKR=p6YFP_o-AWdxxD48w@mail.gmail.com>
In-reply-to <1439144755.77.0.529442772581.issue24831@psf.upfronthosting.co.za>
Content
There is not option to choose the temporary directory like $TMPDIR?

I had issues with /tmp when creating large files because /tmp is now a
tmpfs on Fedora by default.

Maybe we can blacklist some filesystems to choose the temporary directory.
History
Date User Action Args
2015-08-10 08:25:33vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, skrah, serhiy.storchaka
2015-08-10 08:25:33vstinnerlinkissue24831 messages
2015-08-10 08:25:33vstinnercreate