◐ Shell
clean mode source ↗

bpo-36854: Fix refleak in subinterpreter by vstinner · Pull Request #17331 · python/cpython

finalize_interp_clear() now explicitly clears the codec registry and
then trigger a GC collection to clear all references.

@vstinner

corona10

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
finalize_interp_clear() now explicitly clears the codec registry and
then trigger a GC collection to clear all references.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
finalize_interp_clear() now explicitly clears the codec registry and
then trigger a GC collection to clear all references.