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 methane, serhiy.storchaka, vstinner
Date 2017-01-24.09:45:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485251159.8.0.59800653283.issue29360@psf.upfronthosting.co.za>
In-reply-to
Content
Victor> PyPy (and other Python implementations?) don't support non-string in type dictionary.
INADA Naoki> Wow! I thought it's Python's language. If we can prohibit non string name in all namespace, there might be possible optimization.

That's a different topic :-) It would be a backward incompatible change. Well... I don't think that anyone relies on this strange feature :-) IMHO it's more a side effect of the implementation, not a deliberate feature.
History
Date User Action Args
2017-01-24 09:45:59vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2017-01-24 09:45:59vstinnersetmessageid: <1485251159.8.0.59800653283.issue29360@psf.upfronthosting.co.za>
2017-01-24 09:45:59vstinnerlinkissue29360 messages
2017-01-24 09:45:59vstinnercreate