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:
Miss Skeleton (bot) 2020-11-01 05:27:01 -08:00 committed by GitHub
parent 3defcbac2c
commit 0312efcd2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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