cpython/Modules/_io
Victor Stinner 4e5a7284ee
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Argument Clinic now uses the new public PyLong_AsInt(), rather than
the old name _PyLong_AsInt().
2023-08-25 00:51:22 +02:00
..
clinic gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_iomodule.c gh-106320: Remove private PyLong C API functions (#108429) 2023-08-24 18:53:50 +02:00
_iomodule.h
bufferedio.c
bytesio.c gh-106320: Remove private _PySys functions (#108452) 2023-08-24 20:02:09 +00:00
fileio.c
iobase.c
stringio.c
textio.c
winconsoleio.c