]> 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)
authorDong-hee Na <donghee.na@python.org>
Sun, 1 Nov 2020 13:04:35 +0000 (22:04 +0900)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 13:04:35 +0000 (22:04 +0900)
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
 ---------------------