[pypy-issue] [issue1472] ast.Class are user-defined, modifiable on CPython

Armin Rigo tracker at bugs.pypy.org
Wed May 1 10:50:36 CEST 2013


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1472>
________________________________________


More information about the pypy-issue mailing list