diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-23 20:55:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 20:55:46 (GMT) |
commit | 281cce1106568ef9fec17e3c72d289416fac02a5 (patch) | |
tree | 529d24e0db048c8914cc8a12ebf7b8328a62665d /Modules/clinic | |
parent | 2c6e4e91c5a4d3f25908108f4ed32aba936df70c (diff) | |
download | cpython-281cce1106568ef9fec17e3c72d289416fac02a5.zip cpython-281cce1106568ef9fec17e3c72d289416fac02a5.tar.gz cpython-281cce1106568ef9fec17e3c72d289416fac02a5.tar.bz2 |
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.
Diffstat (limited to 'Modules/clinic')
0 files changed, 0 insertions, 0 deletions