cpython/Modules/_io
Miss Islington (bot) 3e20303717
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
gh-107913: Fix possible losses of OSError error codes (GH-107930)

Functions like PyErr_SetFromErrno() and SetFromWindowsErr() should be
called immediately after using the C API which sets errno or the Windows
error code.
(cherry picked from commit 2b15536fa9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2023-08-27 01:24:40 +02:00
..
clinic [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262) 2023-08-22 12:01:38 +02:00
_iomodule.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
_iomodule.h gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
bufferedio.c GH-104510: Fix refleaks in _io base types (#104516) 2023-05-16 20:08:17 +05:30
bytesio.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
fileio.c [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) 2023-08-27 01:24:40 +02:00
iobase.c GH-104510: Fix refleaks in _io base types (#104516) 2023-05-16 20:08:17 +05:30
stringio.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
textio.c [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262) 2023-08-22 12:01:38 +02:00
winconsoleio.c [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) 2023-08-27 01:24:40 +02:00