diff options
author | Sam Gross <colesbury@gmail.com> | 2021-11-17 20:51:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 20:51:03 (GMT) |
commit | 736684b1bb67369a2e95a9f621752deead44e7ef (patch) | |
tree | e44ba8b1d9cc2fa9d4607896cf28096594a6e0d1 /LICENSE | |
parent | b919d8105c4d77f00509b6d3ab2073f09db640de (diff) | |
download | cpython-736684b1bb67369a2e95a9f621752deead44e7ef.zip cpython-736684b1bb67369a2e95a9f621752deead44e7ef.tar.gz cpython-736684b1bb67369a2e95a9f621752deead44e7ef.tar.bz2 |
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
Unlike the other locks reinitialized by _PyRuntimeState_ReInitThreads,
the "interpreters.main->id_mutex" is not freed by _PyRuntimeState_Fini
and should not force the default raw allocator.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions