commit | a9725f86a984f74e74f09c4808fc8f4b403728b2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 11 12:41:40 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 11 12:41:40 2016 +0200 |
tree | 99da32331ded11bdd6dee41990bee66226acfa2b | |
parent | 78f55ffc63ba637ffa4a07ca869f451e680b002a [diff] |
Issue #26312: SystemError is now raised in all programming bugs with using PyArg_ParseTupleAndKeywords(). RuntimeError did raised before in some programming bugs.