bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)

This commit is contained in:
Dong-hee Na 2020-11-01 22:04:35 +09:00 committed by GitHub
parent d2810054c7
commit 7feb54a634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View 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
---------------------