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
3.6
cpython/Modules/_io
History
Victor Stinner 31b950ab86 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
Fix a reference leak in _io._WindowsConsoleIO: PyUnicode_FSDecoder()
always initialize decodedname when it succeed and it doesn't clear
input decodedname object.
(cherry picked from commit 29adc13bd7)
2017-06-08 23:13:12 +02:00
..
clinic
…
_iomodule.c
Merge from 3.5.
2016-12-07 13:31:47 +02:00
_iomodule.h
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
2016-10-03 09:04:58 -07:00
bufferedio.c
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722)
2017-03-19 20:27:16 +02:00
bytesio.c
…
fileio.c
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722)
2017-03-19 20:27:16 +02:00
iobase.c
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180)
2017-04-19 21:22:49 +03:00
stringio.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
textio.c
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722)
2017-03-19 20:27:16 +02:00
winconsoleio.c
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
2017-06-08 23:13:12 +02:00
Powered by Gitea Page: 3529ms Template: 264ms
English
English
Licenses API