]> granicus.if.org Git - python/commit
Fix misleading mentions of tp_size in comments (GH-9093)
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 10 Sep 2018 16:46:08 +0000 (18:46 +0200)
committerBenjamin Peterson <benjamin@python.org>
Mon, 10 Sep 2018 16:46:08 +0000 (09:46 -0700)
commit0e0bc4e221f592f305d335faf5f8046484eb9238
treeedd0715556a68ab5bd9037a2a627bb8a62d9ef6a
parentd545869d084e70d4838310e79b52a25a72a1ca56
Fix misleading mentions of tp_size in comments (GH-9093)

Many type object initializations labeled a field "tp_size" in the
comment, but the name of that field is tp_basicsize.
15 files changed:
Modules/_abc.c
Modules/_blake2/blake2b_impl.c
Modules/_blake2/blake2s_impl.c
Modules/_queuemodule.c
Modules/_sha3/sha3module.c
Modules/_threadmodule.c
Modules/_xxsubinterpretersmodule.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