New submission from Armin Rigo <[email protected]>: In CPython, the classes in the 'ast' module are defined in C but as user classes. This makes them user-modifiable. See http://stackoverflow.com/questions/16310661 . Should we fix it?
And, as importantly: is this trick used elsewhere? ---------- messages: 5655 nosy: arigo, pypy-issue priority: bug status: unread title: ast.Class are user-defined, modifiable on CPython ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1472> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
