]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-125737...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2024 16:55:11 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 16:55:11 +0000 (09:55 -0700)
commitc3e705fbe5258d8d02f2e405d04b72c427bb4a74
treeab3c481170904375afa035c43d607fe9c55d4e16
parent2746ec4ce2b55efcd160002012147ce20686e47e
[3.12] Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-125737) (#125799)

Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-125737)

It looks like commit 43cf44ddcce6b225f959ea2a53e4817244ca6054
(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 commit d880c83ff7fb2e464bc4f469d74cc3fc3eca082c)

Co-authored-by: Richard Hansen <rhansen@rhansen.org>
Doc/c-api/typeobj.rst