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 3ff6975 commit 1e2f051Copy full SHA for 1e2f051
Doc/data/refcounts.dat
@@ -2283,6 +2283,11 @@ PyType_CheckExact:PyObject*:o:0:
2283
PyType_FromSpec:PyObject*::+1:
2284
PyType_FromSpec:PyType_Spec*:spec::
2285
2286
+PyType_FromModuleAndSpec:PyObject*::+1:
2287
+PyType_FromModuleAndSpec:PyObject*:module:+1:
2288
+PyType_FromModuleAndSpec:PyType_Spec*:spec::
2289
+PyType_FromModuleAndSpec:PyObject*:bases:0:
2290
+
2291
PyType_FromSpecWithBases:PyObject*::+1:
2292
PyType_FromSpecWithBases:PyType_Spec*:spec::
2293
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