https://github.com/python/cpython
Revision 6a939c8dae225aaf088c8c37de8cc2655c83ee61 authored by Benjamin Peterson on 10 September 2018, 17:23:03 UTC, committed by GitHub on 10 September 2018, 17:23:03 UTC
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>
1 parent 8a0c254
Raw File
Tip revision: 6a939c8dae225aaf088c8c37de8cc2655c83ee61 authored by Benjamin Peterson on 10 September 2018, 17:23:03 UTC
[3.6] Fix misleading mentions of tp_size in comments (GH-9137)
Tip revision: 6a939c8
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top