We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a1a98 commit 009cf12Copy full SHA for 009cf12
1 file changed
Modules/_io/textio.c
@@ -672,8 +672,8 @@ struct textio
672
int ok; /* initialized? */
673
int detached;
674
Py_ssize_t chunk_size;
675
- /* Use helpers _textiowrapper_buffer_* to access buffer; many
676
- operations can set it to NULL (see gh-143008, gh-142594). */
+ /* Use helpers buffer_* to access buffer; many operations can set it to
+ NULL (see gh-143008, gh-142594). */
677
PyObject *buffer;
678
PyObject *encoding;
679
PyObject *encoder;
0 commit comments