New submission from Serhiy Storchaka: Proposed patch adds tests that check that PyArg_ParseTupleAndKeywords() correctly detects errors in the format string and keywords list and raises SystemError.
It also allows the format argument in _testcapi.parse_tuple_and_keywords() be string. ---------- components: Tests messages: 292407 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Add tests for invalid use of PyArg_ParseTupleAndKeywords type: enhancement versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30184> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com