diff options
| author | Victor Stinner <vstinner@python.org> | 2024-09-26 14:50:38 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 14:50:38 (GMT) |
| commit | 257a20a81764fcc17bcde9c0cec57fbc53a4adc7 (patch) | |
| tree | 32592f63994993b8ff275ef497bbbda9d8af5b9a /Lib/test/test_pydoc/test_pydoc.py | |
| parent | abe5f799e6ce1d177f79554f1b84d348b6141045 (diff) | |
| download | cpython-257a20a81764fcc17bcde9c0cec57fbc53a4adc7.zip cpython-257a20a81764fcc17bcde9c0cec57fbc53a4adc7.tar.gz cpython-257a20a81764fcc17bcde9c0cec57fbc53a4adc7.tar.bz2 | |
gh-119127: Fix _functools.Placeholder singleton (#124601)
* The module state now stores a strong reference to the Placeholder
singleton.
* Use a regular dealloc function.
* Add Py_TPFLAGS_HAVE_GC flag and a traverse function to help the GC
to collect the type when a _functools extension is unloaded.
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
0 files changed, 0 insertions, 0 deletions
