Serhiy Storchaka added the comment: 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). ---------- components: +Argument Clinic keywords: +easy nosy: +larry, serhiy.storchaka stage: -> needs patch versions: +Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30600> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com