]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-135552: Add tests to check weakref clearing (GH-136304)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Fri, 8 Aug 2025 00:45:33 +0000 (17:45 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 00:45:33 +0000 (17:45 -0700)
commit25518f51dc9fd3ffe4f8ae5d53baa3728936be2b
treea41ad2d8588865098b3fb5bbee95f6837e50783f
parent37b5a0d671685645db8f1d5ecfa1260587f1fc28
GH-135552: Add tests to check weakref clearing (GH-136304)

These are tests to ensure behaviour introduced by GH-136189 is working as expected.

Co-authored-by: Mikhail Borisov <43937008+fxeqxmulfx@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Lib/test/test_gc.py
Lib/test/test_weakref.py