summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-23 20:55:46 (GMT)
committerGitHub <noreply@github.com>2020-06-23 20:55:46 (GMT)
commit281cce1106568ef9fec17e3c72d289416fac02a5 (patch)
tree529d24e0db048c8914cc8a12ebf7b8328a62665d /Modules/clinic
parent2c6e4e91c5a4d3f25908108f4ed32aba936df70c (diff)
downloadcpython-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