]> granicus.if.org Git - python/commit
Issue #26312: SystemError is now raised in all programming bugs with using
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 10:41:40 +0000 (12:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 10:41:40 +0000 (12:41 +0200)
commita9725f86a984f74e74f09c4808fc8f4b403728b2
tree99da32331ded11bdd6dee41990bee66226acfa2b
parent78f55ffc63ba637ffa4a07ca869f451e680b002a
Issue #26312: SystemError is now raised in all programming bugs with using
PyArg_ParseTupleAndKeywords().  RuntimeError did raised before in some
programming bugs.
Lib/test/test_capi.py
Misc/NEWS
Python/getargs.c