mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
(cherry picked from commit 7feb54a634)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
This commit is contained in:
parent
3defcbac2c
commit
0312efcd2b
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue