]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
authorChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 12:35:09 +0000 (14:35 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 12:35:09 +0000 (14:35 +0200)
commit177b3f9982732bfbe7051b9d761882a7a744ee66
treef464e8587ec9aa28130ae48ef6cfdcf2950d6ac6
parent0db895e752fd2c1d71636e0630f423c1795f1bd1
Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
3.11 or newer. It's only defined on system with 3.11 uapi headers, too.
Doc/library/os.rst
Misc/NEWS
Modules/posixmodule.c