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 christian.heimes
Recipients christian.heimes, serhiy.storchaka, twouters, vstinner, xdegaye, yan12125
Date 2017-02-21.14:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487688909.86.0.772643275349.issue29176@psf.upfronthosting.co.za>
In-reply-to
Content
How about https://linux.die.net/man/3/tmpfile instead?

The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode. The file will be automatically deleted when it is closed or the program terminates.
History
Date User Action Args
2017-02-21 14:55:10christian.heimessetrecipients: + christian.heimes, twouters, vstinner, xdegaye, serhiy.storchaka, yan12125
2017-02-21 14:55:09christian.heimessetmessageid: <1487688909.86.0.772643275349.issue29176@psf.upfronthosting.co.za>
2017-02-21 14:55:09christian.heimeslinkissue29176 messages
2017-02-21 14:55:09christian.heimescreate