cpython/Modules/_io
Victor Stinner 1d75fa43a2
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
On Windows, set _O_NOINHERIT flag on file descriptors
created by os.pipe() and io.WindowsConsoleIO.

Add test_pipe_spawnl() to test_os.

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2024-01-10 23:02:17 +01:00
..
clinic gh-112205: Support docstring for @getter (#113160) 2023-12-20 21:52:12 +09:00
_iomodule.c gh-106320: Remove private _PyLong_Sign() (#108743) 2023-09-01 09:13:07 +02:00
_iomodule.h gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c gh-112205: Support @setter annotation from AC (gh-112922) 2023-12-13 14:00:34 +00:00
bytesio.c gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) 2023-12-14 10:04:23 +00:00
fileio.c gh-66060: Use actual class name in _io type's __repr__ (#30824) 2024-01-09 21:39:36 +01:00
iobase.c gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612) 2023-09-23 09:35:30 +03:00
stringio.c gh-112205: Support @setter annotation from AC (gh-112922) 2023-12-13 14:00:34 +00:00
textio.c gh-66060: Use actual class name in _io type's __repr__ (#30824) 2024-01-09 21:39:36 +01:00
winconsoleio.c gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817) 2024-01-10 23:02:17 +01:00