cpython/Modules/_io
Serhiy Storchaka 0edffa3073 [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443)
Raise a ValueError if the second argument is NULL and the wchar_t\*
string contains null characters..
(cherry picked from commit e613e6add5)
2017-06-27 21:08:58 +03:00
..
clinic
_iomodule.c Merge from 3.5. 2016-12-07 13:31:47 +02:00
_iomodule.h
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 [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443) 2017-06-27 21:08:58 +03:00