Skip to content

Commit 8a8b5df

Browse files
authored
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
1 parent 755f3c1 commit 8a8b5df

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/python3dll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ EXPORT_FUNC(PyCFunction_GetFunction)
128128
EXPORT_FUNC(PyCFunction_GetSelf)
129129
EXPORT_FUNC(PyCFunction_New)
130130
EXPORT_FUNC(PyCFunction_NewEx)
131+
EXPORT_FUNC(PyCMethod_New)
131132
EXPORT_FUNC(PyCodec_BackslashReplaceErrors)
132133
EXPORT_FUNC(PyCodec_Decode)
133134
EXPORT_FUNC(PyCodec_Decoder)

0 commit comments

Comments
 (0)