Skip to content

3.3(b) CPython Memory Management

Eric Snow edited this page May 31, 2023 · 1 revision

<TBD>

<all about CPython's memory management, esp. relative to moving allocators to per-interpreter>

  • allocators
  • GC/refcounting is a separate topic