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

corona10 webhook-mailer at python.org
Sun Nov 1 08:04:39 EST 2020


https://github.com/python/cpython/commit/7feb54a6348f6220b27986777786c812f110b53d
commit: 7feb54a6348f6220b27986777786c812f110b53d
branch: master
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2020-11-01T22:04:35+09:00
summary:

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

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 1a37f16ea2b09..a601b16f1c605 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
 ---------------------



More information about the Python-checkins mailing list