We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9d76b commit 38a17d0Copy full SHA for 38a17d0
Doc/data/refcounts.dat
@@ -2306,6 +2306,11 @@ PyType_CheckExact:PyObject*:o:0:
2306
PyType_FromSpec:PyObject*::+1:
2307
PyType_FromSpec:PyType_Spec*:spec::
2308
2309
+PyType_FromModuleAndSpec:PyObject*::+1:
2310
+PyType_FromModuleAndSpec:PyObject*:module:+1:
2311
+PyType_FromModuleAndSpec:PyType_Spec*:spec::
2312
+PyType_FromModuleAndSpec:PyObject*:bases:0:
2313
+
2314
PyType_FromSpecWithBases:PyObject*::+1:
2315
PyType_FromSpecWithBases:PyType_Spec*:spec::
2316
PyType_FromSpecWithBases:PyObject*:bases:0:
Misc/NEWS.d/next/Documentation/2020-09-08-16-57-09.bpo-41726.g0UXrn.rst
@@ -0,0 +1 @@
1
+Update the refcounts info of ``PyType_FromModuleAndSpec``.
0 commit comments