]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
authorNeil Schemenauer <nas-github@arctrix.com>
Thu, 12 Jan 2023 18:03:50 +0000 (10:03 -0800)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 18:03:50 +0000 (10:03 -0800)
commitc549fcccbbcf6cbf7db3da928a09e81e2c8bc7f3
tree002234db1aaab2205ee02d8fed52460bc22596d9
parent2161bbf243983c625e8f24cdf43b757f2a21463b
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)

The details on the "nitems+1" expression is a bit subtle so add a longer
comment about it.
Objects/typeobject.c