commit | 4d5d219a7ae1351e6f6e7c1c9845a499927d1219 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 10 10:22:55 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 10 10:22:55 2018 -0700 |
tree | 5a44c65ba956ce68b46b778984b9b16b74a2873b | |
parent | c0d63bf73b35df374e6e66c08b0e297fb828d744 [diff] |
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136) 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>