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 vstinner
Recipients rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-06-01.07:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496302789.68.0.876836410455.issue30534@psf.upfronthosting.co.za>
In-reply-to
Content
I introduced the regression with the commit 7fc252adfbedece75f2330bcfdadbf84dee7836f: 

"Optimize _PyCFunction_FastCallKeywords(): Issue #29259: Write fast path in _PyCFunction_FastCallKeywords() for METH_FASTCALL, (...) Cleanup also _PyCFunction_FastCallDict(): (...) Move code to raise the "no keyword argument" exception into a new no_keyword_error label."
History
Date User Action Args
2017-06-01 07:39:49vstinnersetrecipients: + vstinner, rhettinger, scoder, serhiy.storchaka
2017-06-01 07:39:49vstinnersetmessageid: <1496302789.68.0.876836410455.issue30534@psf.upfronthosting.co.za>
2017-06-01 07:39:49vstinnerlinkissue30534 messages
2017-06-01 07:39:49vstinnercreate