Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
4e8e8aabc6e6ae1c989ef288be7bddfdbbc3187d
cpython/Modules/_io
History
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
Powered by Gitea Page: 702ms Template: 31ms
English
English
Licenses API