0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/Modules/_io
Victor Stinner ebcc578dff
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Replace PyUnicode_FromStringAndSize(NULL, 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_STR).
2024-10-25 11:14:52 +02:00
..
clinic
_iomodule.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00
_iomodule.h
bufferedio.c gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
bytesio.c
fileio.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00
iobase.c gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
stringio.c gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) 2024-10-09 17:15:23 +02:00
textio.c gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583) 2024-10-25 11:14:52 +02:00
winconsoleio.c gh-90102: Remove isatty call during regular open (#124922) 2024-10-08 08:50:42 +02:00