From: Victor Stinner Date: Tue, 20 Jun 2023 21:57:54 +0000 (+0200) Subject: Add Py_TYPE() to Doc/data/refcounts.dat (#105949) X-Git-Tag: v3.13.0a1~1690 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d140e5e067d3315e163c0f1ac2f80c05ec790c6;p=thirdparty%2FPython%2Fcpython.git Add Py_TYPE() to Doc/data/refcounts.dat (#105949) --- diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index d707cc34c98c..d6ab0b28e658 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: