Skip to content

Commit

Permalink
pythongh-105373: Remove PyArg_Parse() deprecation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vstinner committed Jun 6, 2023
1 parent b1a91d2 commit a4e9a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Doc/c-api/arg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ API Functions
.. versionadded:: 3.2
.. XXX deprecated, will be removed
.. c:function:: int PyArg_Parse(PyObject *args, const char *format, ...)
Function used to deconstruct the argument lists of "old-style" functions ---
Expand Down

0 comments on commit a4e9a4d

Please sign in to comment.