]> granicus.if.org Git - python/commit
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
authorOren Milman <orenmn@gmail.com>
Tue, 29 Aug 2017 16:16:12 +0000 (19:16 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Aug 2017 16:16:12 +0000 (19:16 +0300)
commit20958e6d91d11a80d6c664ce6346791259b1d193
treed6701eaaf00fd959e2833ac0443de54652135c1a
parent0b69b3723d018b197b94b173c3305bdef4c6b11b
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2017-08-29-14-24-34.bpo-31243.tr0E4V.rst [new file with mode: 0644]
Modules/_io/textio.c
Modules/_testcapimodule.c