This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-04-27.06:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493275106.78.0.678380665144.issue30184@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-27 06:38:26serhiy.storchakasetrecipients: + serhiy.storchaka
2017-04-27 06:38:26serhiy.storchakasetmessageid: <1493275106.78.0.678380665144.issue30184@psf.upfronthosting.co.za>
2017-04-27 06:38:26serhiy.storchakalinkissue30184 messages
2017-04-27 06:38:26serhiy.storchakacreate