]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] Fix misleading mentions of tp_size in comments (GH-9137)
authorBenjamin Peterson <benjamin@python.org>
Mon, 10 Sep 2018 17:23:03 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 17:23:03 +0000 (10:23 -0700)
commit6a939c8dae225aaf088c8c37de8cc2655c83ee61
tree662df5c54877e0aa6fc4a1bb2d569ee13cce29c1
parent8a0c254fdd68cfafede168356fc5c5c3e372bc3f
[3.6] Fix misleading mentions of tp_size in comments (GH-9137)

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>
12 files changed:
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2s_impl.c
Modules/_sha3/sha3module.c
Modules/_threadmodule.c
Modules/md5module.c
Modules/mmapmodule.c
Modules/ossaudiodev.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c
Objects/moduleobject.c
Objects/namespaceobject.c