#ast-rewriting

[ follow ]
PyPy
5 months ago
Python

Fixing a Bug in PyPy's Incremental GC

The article describes a challenging bug in PyPy's garbage collector that caused intermittent segfault crashes during AST rewriting phase of Pytest.
The bug had been present since 2013, highlighting the complexity of identifying and resolving issues in PyPy's system. [ more ]
[ Load more ]