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 Peter Parente, louielu, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-05-25.17:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In 3.6 _PyStack_UnpackDict() returns just args if there are no keyword arguments. But if args is NULL, the result of _PyStack_UnpackDict() is treated as error.

Thank you for the reproducer Louie!
History
Date User Action Args
2017-05-25 17:57:08serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang, louielu, Peter Parente
2017-05-25 17:57:08serhiy.storchakasetmessageid: <[email protected]>
2017-05-25 17:57:08serhiy.storchakalinkissue30473 messages
2017-05-25 17:57:08serhiy.storchakacreate