0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Modules/_io
Erlend E. Aasland b378d991f8
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
When preparing the _io extension module for isolation, many methods were
adapted to Argument Clinic. Some of these used the '*args: object'
signature, which is incorrect. These are now corrected to an exact
signature, and marked unused, since they are stub methods.
2023-05-15 13:21:38 +02:00
..
clinic gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
_iomodule.c
_iomodule.h
bufferedio.c gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
bytesio.c
fileio.c
iobase.c gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
stringio.c
textio.c gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
winconsoleio.c