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 larry, methane, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2017-02-01.16:43:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485967438.35.0.447029955949.issue29286@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy Storchaka: "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."

Oh, sorry that you wrote almost the same code. Well, at least it means that we agree on the design :-)

Serhiy: "I would prefer to rename "l" to "nargs" in PyArg_UnpackStack_impl and don't use upper case and namespace prefix in static functions."

Done.
History
Date User Action Args
2017-02-01 16:43:58vstinnersetrecipients: + vstinner, larry, methane, python-dev, serhiy.storchaka, yselivanov
2017-02-01 16:43:58vstinnersetmessageid: <1485967438.35.0.447029955949.issue29286@psf.upfronthosting.co.za>
2017-02-01 16:43:58vstinnerlinkissue29286 messages
2017-02-01 16:43:58vstinnercreate