mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
2e56526412
It looks like commit43cf44ddcc(gh-31501) accidentally moved the paragraph to the `tp_finalize` section when the intent was to move it to the `tp_dealloc` section (according to the commit message). (cherry picked from commitd880c83ff7) Co-authored-by: Richard Hansen <rhansen@rhansen.org>