mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112)
Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat
This commit is contained in:
parent
3ff6975e2c
commit
1e2f051a61
2 changed files with 6 additions and 0 deletions
|
|
@ -2283,6 +2283,11 @@ PyType_CheckExact:PyObject*:o:0:
|
||||||
PyType_FromSpec:PyObject*::+1:
|
PyType_FromSpec:PyObject*::+1:
|
||||||
PyType_FromSpec:PyType_Spec*:spec::
|
PyType_FromSpec:PyType_Spec*:spec::
|
||||||
|
|
||||||
|
PyType_FromModuleAndSpec:PyObject*::+1:
|
||||||
|
PyType_FromModuleAndSpec:PyObject*:module:+1:
|
||||||
|
PyType_FromModuleAndSpec:PyType_Spec*:spec::
|
||||||
|
PyType_FromModuleAndSpec:PyObject*:bases:0:
|
||||||
|
|
||||||
PyType_FromSpecWithBases:PyObject*::+1:
|
PyType_FromSpecWithBases:PyObject*::+1:
|
||||||
PyType_FromSpecWithBases:PyType_Spec*:spec::
|
PyType_FromSpecWithBases:PyType_Spec*:spec::
|
||||||
PyType_FromSpecWithBases:PyObject*:bases:0:
|
PyType_FromSpecWithBases:PyObject*:bases:0:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Update the refcounts info of ``PyType_FromModuleAndSpec``.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue