summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2024-06-26-11-29-01.gh-issue-120642.H7P9qK.rst
blob: 24fb6ca569f4f332f99777f7dd1138c662422224 (plain)
1
2
3
Remove the private ``_Py_CODEUNIT`` type from the public C API. The internal
``pycore_code.h`` header should now be used to get this internal type. Patch by
Victor Stinner.