cpython/Modules/_io
Zackery Spytz f347c6eb75 bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249)
(cherry picked from commit 842acaab13)
2018-12-20 19:38:52 +02:00
..
_iomodule.c Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
_iomodule.h Issue #22413: Document newline effect on StringIO initializer and getvalue 2015-10-10 02:52:30 +00:00
bufferedio.c Issue #20699: Document that “io” methods should accept memoryview 2016-06-03 05:59:20 +00:00
bytesio.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
fileio.c [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) 2017-12-07 21:25:39 +01:00
iobase.c [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314) 2018-07-17 18:15:46 +03:00
stringio.c [2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033) 2018-12-04 12:02:48 +02:00
textio.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) 2018-12-20 19:38:52 +02:00