cpython/Modules/_io
stratakis 2dd6e079ae [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)
Fix a reference leak in _bufferedreader_read_all():
_io.BufferedIOMixin.read() leaks a reference on 'data'
when it reads the whole file content but flush() fails.
2019-03-14 16:35:40 +01: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 [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329) 2019-03-14 16:35:40 +01: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-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127) 2019-01-15 14:34:48 +02: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