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 eba45a8 commit ebe20d9Copy full SHA for ebe20d9
Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst
@@ -0,0 +1 @@
1
+:c:func:`PyCMethod_New` is now present in ``python3.lib``.
PC/python3.def
@@ -40,6 +40,7 @@ EXPORTS
40
PyCFunction_GetSelf=python39.PyCFunction_GetSelf
41
PyCFunction_New=python39.PyCFunction_New
42
PyCFunction_NewEx=python39.PyCFunction_NewEx
43
+ PyCMethod_New=python39.PyCMethod_New
44
PyCFunction_Type=python39.PyCFunction_Type DATA
45
PyCallIter_New=python39.PyCallIter_New
46
PyCallIter_Type=python39.PyCallIter_Type DATA
0 commit comments