gh-101819: Isolate _io (#101948)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
committed by
GitHub
parent
35bf0916d9
commit
186bf39f5c
@@ -1096,7 +1096,7 @@ _io__WindowsConsoleIO_isatty_impl(winconsoleio *self)
|
||||
Py_RETURN_TRUE;
|
||||
}
|
||||
|
||||
#define clinic_state() (IO_STATE())
|
||||
#define clinic_state() (find_io_state_by_def(Py_TYPE(self)))
|
||||
#include "clinic/winconsoleio.c.h"
|
||||
#undef clinic_state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user