Skip to content

Commit 7feb54a

Browse files
authored
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
1 parent d281005 commit 7feb54a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,10 @@ New Features
12891289
representation of a function-like object.
12901290
(Patch by Jeroen Demeyer in :issue:`37645`.)
12911291

1292+
* Added :c:func:`PyObject_CallOneArg` for calling an object with one
1293+
positional argument
1294+
(Patch by Jeroen Demeyer in :issue:`37483`.)
1295+
12921296

12931297
Porting to Python 3.9
12941298
---------------------

0 commit comments

Comments
 (0)