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 gvanrossum
Recipients gvanrossum, xxm
Date 2021-01-12.03:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610422915.48.0.267096082429.issue42889@roundup.psfhosted.org>
In-reply-to
Content
Hm, if your argument is just that you can make invalid identifiers this way, I still don't see why that's a big deal. You can do `x.__dict__["1"] = 1` and now you've given x an attribute that's not a valid identifier. You could also call the code object constructor directly with some valid identifiers. You have to do better than saying "it's dangerous". Can you demonstrate a segfault?
History
Date User Action Args
2021-01-12 03:41:55gvanrossumsetrecipients: + gvanrossum, xxm
2021-01-12 03:41:55gvanrossumsetmessageid: <1610422915.48.0.267096082429.issue42889@roundup.psfhosted.org>
2021-01-12 03:41:55gvanrossumlinkissue42889 messages
2021-01-12 03:41:55gvanrossumcreate