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 SylvainDe, larry, serhiy.storchaka
Date 2017-06-08.12:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496925479.09.0.483984406764.issue30600@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch! This issue is similar to issue30534, but caused by generated code.

The solution is easy: make Argument Clinic (Tools/clinic/clinic.py) generating _PyArg_NoStackKeywords() before _PyArg_ParseStack() and regenerate all generated by Argument Clinic code (make clinic).
History
Date User Action Args
2017-06-08 12:37:59serhiy.storchakasetrecipients: + serhiy.storchaka, larry, SylvainDe
2017-06-08 12:37:59serhiy.storchakasetmessageid: <1496925479.09.0.483984406764.issue30600@psf.upfronthosting.co.za>
2017-06-08 12:37:58serhiy.storchakalinkissue30600 messages
2017-06-08 12:37:58serhiy.storchakacreate