]> granicus.if.org Git - python/commit
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse...
authorOren Milman <orenmn@gmail.com>
Sat, 26 Aug 2017 18:56:31 +0000 (21:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Aug 2017 18:56:31 +0000 (21:56 +0300)
commitbc80fd1bd2e8b6817accbc101e7fe5e50ba8f768
treea76fe32c5a9607f80783bdbec5d5ce32c97a0e0d
parent02e03672e6766b1da847b1635982a70346780744
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213)
Lib/test/test_audioop.py
Modules/audioop.c