Skip to content

Commit 2c83e81

Browse files
committed
pythongh-105373: Remove PyArg_Parse() deprecation
There is no plan to deprecate PyArg_Parse(). The deprecation was added as a comment in the C API documentation in 2007 by commit 85eb8c1.
1 parent 3e525d2 commit 2c83e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/c-api/arg.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ API Functions
439439
.. versionadded:: 3.2
440440
441441
442-
.. XXX deprecated, will be removed
443442
.. c:function:: int PyArg_Parse(PyObject *args, const char *format, ...)
444443
445444
Function used to deconstruct the argument lists of "old-style" functions ---

0 commit comments

Comments
 (0)