[pypy-dev] Compiling PyPy interpreter without GC

Carl Friedrich Bolz cfbolz at gmx.de
Thu Mar 19 11:17:09 CET 2015


On 18/03/15 23:42, John Zhang wrote:
> Hi Carl,
> 	Great! It worked!
> 	So the option disables all modules, and IO as well?

They enable a lot of built-in modules, and the _io module in
particular. Those need weak references and can be fixed later.

CF



More information about the pypy-dev mailing list