summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-20 21:57:54 (GMT)
committerGitHub <noreply@github.com>2023-06-20 21:57:54 (GMT)
commit4d140e5e067d3315e163c0f1ac2f80c05ec790c6 (patch)
tree48d0d4193c0f621355be771a24aeb3309634ac13
parent6e40ee6e8456da04d6970a46863300c043c81208 (diff)
downloadcpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.zip
cpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.tar.gz
cpython-4d140e5e067d3315e163c0f1ac2f80c05ec790c6.tar.bz2
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
-rw-r--r--Doc/data/refcounts.dat3
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: