]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
author云line <31395137+yunline@users.noreply.github.com>
Sun, 10 Sep 2023 12:04:24 +0000 (20:04 +0800)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 12:04:24 +0000 (15:04 +0300)
commit429749969621b149c1a7c3c004bd44f52bec8f44
tree7d3b50af8d629ab0bc15763f1800b44ec7432319
parent2dd6a86c4ee604b331ed739c2508b0d0114993c6
gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
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