diff options
author | Victor Stinner <vstinner@python.org> | 2021-06-01 23:37:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 23:37:12 +0200 |
commit | ee7637596d8de25f54261bbeabc602d31e74f482 (patch) | |
tree | 24f75c9ad452832b9a40c77fa758916a53c4c757 /Python/ceval.c | |
parent | fcda0f508ead26581a77108de19b278c4d062dc4 (diff) | |
download | cpython-ee7637596d8de25f54261bbeabc602d31e74f482.tar.gz cpython-ee7637596d8de25f54261bbeabc602d31e74f482.zip |
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
The PyType_Ready() function now raises an error if a type is defined
with the Py_TPFLAGS_HAVE_GC flag set but has no traverse function
(PyTypeObject.tp_traverse).
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions