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 methane
Recipients methane, serhiy.storchaka, vstinner
Date 2017-01-24.09:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485248533.74.0.0259235317051.issue29360@psf.upfronthosting.co.za>
In-reply-to
Content
patch LGTM.

Python 2 supported `dict(**{1:3})`.  But I don't know there are any functions
supporting non-string keyword argument.

> PyPy (and other Python implementations?) don't support non-string in type dictionary.

Wow! I thought it's Python's language.
If we can prohibit non string name in all namespace, there might be possible
optimization.
History
Date User Action Args
2017-01-24 09:02:13methanesetrecipients: + methane, vstinner, serhiy.storchaka
2017-01-24 09:02:13methanesetmessageid: <1485248533.74.0.0259235317051.issue29360@psf.upfronthosting.co.za>
2017-01-24 09:02:13methanelinkissue29360 messages
2017-01-24 09:02:13methanecreate