]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 1 Nov 2020 13:27:01 +0000 (05:27 -0800)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 13:27:01 +0000 (05:27 -0800)
(cherry picked from commit 7feb54a6348f6220b27986777786c812f110b53d)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Doc/whatsnew/3.9.rst

index 1a37f16ea2b09ae1e48ff0973c3c8e546e7e873e..a601b16f1c60599d6a443d2a972178d782cf3526 100644 (file)
@@ -1289,6 +1289,10 @@ New Features
   representation of a function-like object.
   (Patch by Jeroen Demeyer in :issue:`37645`.)
 
+* Added :c:func:`PyObject_CallOneArg` for calling an object with one
+  positional argument
+  (Patch by Jeroen Demeyer in :issue:`37483`.)
+
 
 Porting to Python 3.9
 ---------------------