Guido van Rossum <gu...@python.org> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to