diff options
author | Victor Stinner <vstinner@python.org> | 2021-09-01 15:45:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 15:45:27 (GMT) |
commit | 679cb4781ea370c3b3ce40d3334dc404d7e9d92b (patch) | |
tree | ded25a0c00d4b1be1af5cb8a585de51bf5fad3be /Python | |
parent | 863154c9292e70c5a8a1a3f22ef4ee42e2304281 (diff) | |
download | cpython-679cb4781ea370c3b3ce40d3334dc404d7e9d92b.zip cpython-679cb4781ea370c3b3ce40d3334dc404d7e9d92b.tar.gz cpython-679cb4781ea370c3b3ce40d3334dc404d7e9d92b.tar.bz2 |
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
libregrtest now clears the type cache later to reduce the risk of
false alarm when checking for reference leaks. Previously, the type
cache was cleared too early and libregrtest raised a false alarm
about reference leaks under very specific conditions.
Move also support.gc_collect() outside clear/cleanup functions to
make the garbage collection more explicit.
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions