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 methane, serhiy.storchaka, vstinner
Date 2017-01-24.09:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485251570.58.0.873745691948.issue29360@psf.upfronthosting.co.za>
In-reply-to
Content
We should either ensure that _PyStack_AsDict() is called only by CALL_FUNCTION_KW, and not by other way, or remove both assertions. I prefer the second option. They were here only for self-testing.
History
Date User Action Args
2017-01-24 09:52:50serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-24 09:52:50serhiy.storchakasetmessageid: <1485251570.58.0.873745691948.issue29360@psf.upfronthosting.co.za>
2017-01-24 09:52:50serhiy.storchakalinkissue29360 messages
2017-01-24 09:52:50serhiy.storchakacreate