]> granicus.if.org Git - python/commit
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse...
authorOren Milman <orenmn@gmail.com>
Sat, 26 Aug 2017 12:27:50 +0000 (15:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Aug 2017 12:27:50 +0000 (15:27 +0300)
commit8e67981fc8e1bf3cb9774b5fbf4a39b8d65ba4ff
treec8067ed049bd6987f5d5dd1183fff869f2dd8eaf
parentcb7fdf69ec9235cb358580f189089eaf575fb9df
[3.6] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3210)
Lib/test/test_audioop.py
Lib/test/test_io.py
Modules/_io/textio.c
Modules/audioop.c