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 larry, methane, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2017-01-17.06:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484634241.78.0.40343573538.issue29286@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I have wrote almost the same patch before going to sleep yesteday! ;)  But the building crashed (likely due to a bug in _PyStack_UnpackDict()) and it was too late to resolve this.

I would prefer to rename "l" to "nargs" in PyArg_UnpackStack_impl and don't use upper case and namespace prefix in static functions.
History
Date User Action Args
2017-01-17 06:24:01serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane, python-dev, yselivanov
2017-01-17 06:24:01serhiy.storchakasetmessageid: <1484634241.78.0.40343573538.issue29286@psf.upfronthosting.co.za>
2017-01-17 06:24:01serhiy.storchakalinkissue29286 messages
2017-01-17 06:24:01serhiy.storchakacreate