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

Amaury Forgeot d Arc tracker at bugs.pypy.org
Wed May 1 17:30:03 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

+1, especially if we have a custom allocator for those nodes (CPython uses a 
PyArena)
Importing large .py files is very slow with pypy (5x for 30k lines) and I 
measured that it's because of GC pressure.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1472>
________________________________________


More information about the pypy-issue mailing list