From: Zackery Spytz Date: Wed, 17 Feb 2021 10:53:45 +0000 (-0700) Subject: bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554) X-Git-Tag: v3.9.2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe20d9e7eb138c053958bc0a3058d34c6e1a679;p=thirdparty%2FPython%2Fcpython.git bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554) (cherry picked from commit 8a8b5df93f379f561aab4f2fc5b2ad54f5009f7a) --- diff --git a/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst b/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst new file mode 100644 index 000000000000..2eeef2b0ea27 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst @@ -0,0 +1 @@ +:c:func:`PyCMethod_New` is now present in ``python3.lib``. diff --git a/PC/python3.def b/PC/python3.def index fce01249758e..d27d7d07128a 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -40,6 +40,7 @@ EXPORTS PyCFunction_GetSelf=python39.PyCFunction_GetSelf PyCFunction_New=python39.PyCFunction_New PyCFunction_NewEx=python39.PyCFunction_NewEx + PyCMethod_New=python39.PyCMethod_New PyCFunction_Type=python39.PyCFunction_Type DATA PyCallIter_New=python39.PyCallIter_New PyCallIter_Type=python39.PyCallIter_Type DATA