[New-bugs-announce] [issue30184] Add tests for invalid use of PyArg_ParseTupleAndKeywords

Serhiy Storchaka report at bugs.python.org
Thu Apr 27 02:38:26 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30184>
_______________________________________


More information about the New-bugs-announce mailing list