mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
c3e705fbe5
Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-125737) 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>