]> granicus.if.org Git - python/commit
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)
authorOren Milman <orenmn@gmail.com>
Tue, 29 Aug 2017 12:43:32 +0000 (15:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Aug 2017 12:43:32 +0000 (15:43 +0300)
commitc7750c2a3af014a5b742d0159d8957ea95b6c221
tree164a30ef28a8ca03a797705c79659168db2211ef
parent83e5c888fff2bf3663952b2bfd3a3ee6c20386ef
[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3233)

(cherry picked from commit ba7d7365215d791025d1efd25393c91404f2cfc8)
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2017-08-24-13-34-49.bpo-31243.dRJzqR.rst [new file with mode: 0644]
Modules/_io/textio.c
Modules/_testcapimodule.c