cpython/Modules/_io
Victor Stinner f6c578328c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c
The bug may occurs if locale.getpreferredencoding() returns an encoding with a
surrogate (very unlikely!).
2010-05-19 01:17:01 +00:00
..
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c
fileio.c
iobase.c
stringio.c
textio.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c 2010-05-19 01:17:01 +00:00