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 Oren Milman, rhettinger, serhiy.storchaka, vstinner
Date 2017-08-26.18:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503773793.3.0.124746583496.issue28261@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset bc80fd1bd2e8b6817accbc101e7fe5e50ba8f768 by Serhiy Storchaka (Oren Milman) in branch '2.7':
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213)
https://github.com/python/cpython/commit/bc80fd1bd2e8b6817accbc101e7fe5e50ba8f768
History
Date User Action Args
2017-08-26 18:56:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, Oren Milman
2017-08-26 18:56:33serhiy.storchakasetmessageid: <1503773793.3.0.124746583496.issue28261@psf.upfronthosting.co.za>
2017-08-26 18:56:33serhiy.storchakalinkissue28261 messages
2017-08-26 18:56:33serhiy.storchakacreate