mirror of https://github.com/python/cpython
b378d991f8
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. |
||
---|---|---|
.. | ||
_iomodule.c.h | ||
bufferedio.c.h | ||
bytesio.c.h | ||
fileio.c.h | ||
iobase.c.h | ||
stringio.c.h | ||
textio.c.h | ||
winconsoleio.c.h |