mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
This commit is contained in:
parent
755f3c1521
commit
8a8b5df93f
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
:c:func:`PyCMethod_New` is now present in ``python3.lib``.
|
|
@ -128,6 +128,7 @@ EXPORT_FUNC(PyCFunction_GetFunction)
|
|||
EXPORT_FUNC(PyCFunction_GetSelf)
|
||||
EXPORT_FUNC(PyCFunction_New)
|
||||
EXPORT_FUNC(PyCFunction_NewEx)
|
||||
EXPORT_FUNC(PyCMethod_New)
|
||||
EXPORT_FUNC(PyCodec_BackslashReplaceErrors)
|
||||
EXPORT_FUNC(PyCodec_Decode)
|
||||
EXPORT_FUNC(PyCodec_Decoder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue