mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808)
Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat
(cherry picked from commit 1e2f051a61
)
Co-authored-by: Hai Shi <shihai1992@gmail.com>
This commit is contained in:
parent
bd9d76bbbb
commit
38a17d0752
2 changed files with 6 additions and 0 deletions
|
@ -2306,6 +2306,11 @@ PyType_CheckExact:PyObject*:o:0:
|
|||
PyType_FromSpec:PyObject*::+1:
|
||||
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:PyType_Spec*:spec::
|
||||
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