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 bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) 2019-04-22 21:08:24 +09:00
_iomodule.c bpo-2091: Fix typo in exception message (GH-12987) 2019-04-27 23:39:06 +03:00
_iomodule.h bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726) 2018-01-16 18:34:21 +02:00
bufferedio.c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) 2018-01-28 17:00:09 +01:00
bytesio.c Fix the error handling in bytesio_sizeof(). (GH-10459) 2019-06-01 14:58:33 -07:00
fileio.c bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) 2018-10-17 23:58:40 -07:00
iobase.c bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) 2019-04-22 21:08:24 +09:00
stringio.c bpo-25862: Fix several bugs in the _io module. (GH-8026) 2018-06-30 11:25:37 -07:00
textio.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) 2018-12-17 07:10:20 -08:00
winconsoleio.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322) 2019-03-14 10:47:27 +02:00