]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] Fix misleading mentions of tp_size in comments (GH-9138)
authorBenjamin Peterson <benjamin@python.org>
Mon, 10 Sep 2018 17:50:15 +0000 (10:50 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 17:50:15 +0000 (10:50 -0700)
commited62e645101fdd83aee519f6f33a4384ff79f105
tree2feb03416ac04ccc4e47f1bb962d044b6613f560
parentf51a46631f8dcca596c08a934a766da9afe93c06
[2.7] Fix misleading mentions of tp_size in comments (GH-9138)

Many type object initializations labeled a field "tp_size" in the
comment, but the name of that field is tp_basicsize..
(cherry picked from commit 0e0bc4e221f592f305d335faf5f8046484eb9238)

Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
Modules/md5module.c
Modules/mmapmodule.c
Modules/ossaudiodev.c
Modules/sha256module.c
Modules/sha512module.c
Objects/moduleobject.c