]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 14:55:41 +0000 (07:55 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 14:55:41 +0000 (16:55 +0200)
commitbe8255ad8c3af2ccd452cfdfae10bd72e966cb25
tree2510199d956871d3b0a4b9eee91a8850c2a07ef3
parent1c223ae58db4338c3376d3d8a832671b16057799
[3.12] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) (#109227)

gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
(cherry picked from commit 429749969621b149c1a7c3c004bd44f52bec8f44)

Co-authored-by: δΊ‘line <31395137+yunline@users.noreply.github.com>
Lib/test/test_symtable.py
Misc/NEWS.d/next/Core and Builtins/2023-09-10-18-53-55.gh-issue-109207.Fei8bY.rst [new file with mode: 0644]
Python/symtable.c