SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-40521: Make MemoryError free list per interpreter (GH-21086)

Each interpreter now has its own MemoryError free list: it is not
longer shared by all interpreters.

Add _Py_exc_state structure and PyInterpreterState.exc_state member.
Move also errnomap into _Py_exc_state.
V
Victor Stinner committed
281cce1106568ef9fec17e3c72d289416fac02a5
Parent: 2c6e4e9
Committed by GitHub <noreply@github.com> on 6/23/2020, 8:55:46 PM