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 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-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
bytesio.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
fileio.c gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
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 gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00
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 gh-101819: Isolate _io (#101948) 2023-05-15 09:26:27 +00:00