]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)
authorZackery Spytz <zspytz@gmail.com>
Wed, 17 Feb 2021 10:53:45 +0000 (03:53 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Feb 2021 10:53:45 +0000 (11:53 +0100)
(cherry picked from commit 8a8b5df93f379f561aab4f2fc5b2ad54f5009f7a)

Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst [new file with mode: 0644]
PC/python3.def

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 (file)
index 0000000..2eeef2b
--- /dev/null
@@ -0,0 +1 @@
+:c:func:`PyCMethod_New` is now present in ``python3.lib``.
index fce01249758e29c9b3907215ec5a69cb4713b744..d27d7d07128a410dad5dd6800707c41d5946c042 100644 (file)
@@ -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