diff options
| author | Dong-hee Na <donghee.na@python.org> | 2020-11-01 22:04:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-01 22:04:35 +0900 |
| commit | 7feb54a6348f6220b27986777786c812f110b53d (patch) | |
| tree | ecd5989508efe55fba00b3a8e0d6a0494f894891 /Doc/whatsnew | |
| parent | d2810054c7ee1b4ce925fc520224b595b53bf4b4 (diff) | |
| download | cpython-git-7feb54a6348f6220b27986777786c812f110b53d.tar.gz | |
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Diffstat (limited to 'Doc/whatsnew')
| -rw-r--r-- | Doc/whatsnew/3.9.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 1a37f16ea2..a601b16f1c 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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 --------------------- |
