diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-20 21:57:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 21:57:54 (GMT) |
commit | 4d140e5e067d3315e163c0f1ac2f80c05ec790c6 (patch) | |
tree | 48d0d4193c0f621355be771a24aeb3309634ac13 /Doc/data | |
parent | 6e40ee6e8456da04d6970a46863300c043c81208 (diff) | |
download | cpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.zip cpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.tar.gz cpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.tar.bz2 |
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index d707cc3..d6ab0b2 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1797,6 +1797,9 @@ PyObject_Size:PyObject*:o:0: PyObject_Str:PyObject*::+1: PyObject_Str:PyObject*:o:0: +Py_TYPE:PyObject*::0: +Py_TYPE:PyObject*:ob:0: + PyObject_Type:PyObject*::+1: PyObject_Type:PyObject*:o:0: |