commit | ed62e645101fdd83aee519f6f33a4384ff79f105 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 10 10:50:15 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 10 10:50:15 2018 -0700 |
tree | 2feb03416ac04ccc4e47f1bb962d044b6613f560 | |
parent | f51a46631f8dcca596c08a934a766da9afe93c06 [diff] |
[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>