[issue18673] Add O_TMPFILE to os module

2015-10-19 Thread Марк Коренберг
Марк Коренберг added the comment: Just for link. Issue #21515 — tempfile use this functionality now. -- nosy: +mmarkk ___ Python tracker ___ _

[issue18673] Add O_TMPFILE to os module

2014-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0525f7268067 by R David Murray in branch 'default': whatsnew: os.open O_TMPFILE (#18673). http://hg.python.org/cpython/rev/0525f7268067 -- ___ Python tracker _

[issue18673] Add O_TMPFILE to os module

2014-01-30 Thread Jakub Wilk
Changes by Jakub Wilk : -- nosy: +jwilk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue18673] Add O_TMPFILE to os module

2013-08-16 Thread Christian Heimes
Christian Heimes added the comment: I have added O_TMPFILE to the os module. I like to hold off with the actual use of O_TMPFILE in tempfile until Python 3.5. The feature is too new and I don't have any way to test it. Some people have reported file system corruption in 3.11-rc4, too. ---