cpython/Modules/_io
Miss Islington (bot) fefdc00990
Fix the error handling in bytesio_sizeof(). (GH-10459)
bytesio_sizeof() must check if an error has occurred in _PySys_GetSizeOf().
(cherry picked from commit 36dcaab7fd)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2019-06-01 14:58:33 -07:00
..
clinic
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c Fix the error handling in bytesio_sizeof(). (GH-10459) 2019-06-01 14:58:33 -07:00
fileio.c
iobase.c
stringio.c
textio.c
winconsoleio.c