summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2024-07-02-11-03-40.gh-issue-112136.f3fiY8.rst
blob: a240b4e852c4d14ddc164477dc336294eec3f0d1 (plain)
1
2
3
Restore the private ``_PyArg_Parser`` structure and the private
``_PyArg_ParseTupleAndKeywordsFast()`` function, previously removed in Python
3.13 alpha 1. Patch by Victor Stinner.