Skip to content

Commit

Permalink
Add missing call to _PyType_FinalizeIdPool
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Aug 7, 2024
1 parent 44db4e0 commit 33cc40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/pylifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ finalize_interp_types(PyInterpreterState *interp)
_PyTypes_FiniTypes(interp);

_PyTypes_Fini(interp);
_PyType_FinalizeIdPool(interp);

_PyCode_Fini(interp);

Expand Down

0 comments on commit 33cc40c

Please sign in to comment.