SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 55 Python

bpo-40521: Make context free list per-interpreter (GH-20644)

Each interpreter now has its own context free list:

* Move context free list into PyInterpreterState.
* Add _Py_context_state structure.
* Add tstate parameter to _PyContext_ClearFreeList()
  and _PyContext_Fini().
* Pass tstate to clear_freelists().
V
Victor Stinner committed
e005ead49b1ee2b1507ceea94e6f89c28ecf1f81
Parent: 78a02c2
Committed by GitHub <noreply@github.com> on 6/5/2020, 12:56:37 AM