cpython/Tools/gdb
Mark Shannon 3ef3c6306d
GH-95707: Fix uses of Py_TPFLAGS_MANAGED_DICT (GH-95854)
* Make sure that tp_dictoffset is correct with Py_TPFLAGS_MANAGED_DICT is set.

* Avoid traversing managed dict twice when subclassing class with Py_TPFLAGS_MANAGED_DICT set.
2022-08-15 12:29:27 +01:00
..
libpython.py GH-95707: Fix uses of Py_TPFLAGS_MANAGED_DICT (GH-95854) 2022-08-15 12:29:27 +01:00