cpython/Misc/NEWS.d/next/C_API
Victor Stinner 4767a6e31c
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Fix PyEval_GetLocals() to avoid SystemError ("bad argument to
internal function"). Don't redefine the 'ret' variable in the if
block.

Add an unit test on PyEval_GetLocals().
2024-08-06 23:01:44 +02:00
..
2024-07-09-15-55-20.gh-issue-89364.yYYroI.rst
2024-08-06-14-23-11.gh-issue-122728.l-fQ-v.rst gh-122728: Fix SystemError in PyEval_GetLocals() (#122735) 2024-08-06 23:01:44 +02:00