diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-07-02-15-42-37.bpo-37483.vftT4f.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-07-02-15-42-37.bpo-37483.vftT4f.rst b/Misc/NEWS.d/next/C API/2019-07-02-15-42-37.bpo-37483.vftT4f.rst new file mode 100644 index 0000000..e2b0201 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2019-07-02-15-42-37.bpo-37483.vftT4f.rst @@ -0,0 +1,2 @@ +Add new function ``_PyObject_CallOneArg`` for calling an object with one +positional argument. |