summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API/2024-08-06-14-23-11.gh-issue-122728.l-fQ-v.rst
blob: a128d6aef34dfca04ae1b50a0ae0aa8bbe6e5063 (plain)
1
2
Fix :c:func:`PyEval_GetLocals` to avoid :exc:`SystemError` ("bad argument to
internal function"). Patch by Victor Stinner.