cpython/Misc/NEWS.d/next/C_API/2024-08-06-14-23-11.gh-issu...

3 lines
123 B
ReStructuredText

Fix :c:func:`PyEval_GetLocals` to avoid :exc:`SystemError` ("bad argument to
internal function"). Patch by Victor Stinner.