Skip to content

Commit ebe20d9

Browse files
authored
bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)
(cherry picked from commit 8a8b5df)
1 parent eba45a8 commit ebe20d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:c:func:`PyCMethod_New` is now present in ``python3.lib``.

PC/python3.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ EXPORTS
4040
PyCFunction_GetSelf=python39.PyCFunction_GetSelf
4141
PyCFunction_New=python39.PyCFunction_New
4242
PyCFunction_NewEx=python39.PyCFunction_NewEx
43+
PyCMethod_New=python39.PyCMethod_New
4344
PyCFunction_Type=python39.PyCFunction_Type DATA
4445
PyCallIter_New=python39.PyCallIter_New
4546
PyCallIter_Type=python39.PyCallIter_Type DATA

0 commit comments

Comments
 (0)