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 rhettinger, serhiy.storchaka, vstinner
Date 2017-02-05.12:30:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486297826.57.0.520006003921.issue29452@psf.upfronthosting.co.za>
In-reply-to
Content
I think _PyArg_NoStackKeywords() should be called before _PyArg_ParseStack(), otherwise this can cause not correct error messages.
History
Date User Action Args
2017-02-05 12:30:26serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner
2017-02-05 12:30:26serhiy.storchakasetmessageid: <1486297826.57.0.520006003921.issue29452@psf.upfronthosting.co.za>
2017-02-05 12:30:26serhiy.storchakalinkissue29452 messages
2017-02-05 12:30:26serhiy.storchakacreate