summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2023-11-08-18-37-19.gh-issue-111138.3Ypq8h.rst
blob: 15c3b9b3a6b9ad02535a3529c6d8b06483bf96d1 (plain)
1
2
Add :c:func:`PyList_Extend` and :c:func:`PyList_Clear` functions: similar to
Python ``list.extend()`` and ``list.clear()`` methods. Patch by Victor Stinner.