]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
authorVictor Stinner <vstinner@python.org>
Tue, 8 Dec 2020 22:51:26 +0000 (23:51 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 22:51:26 +0000 (23:51 +0100)
commit815506d852daabc40e14ff0987c1142c0205fbe7
treeaadbd8f5afea0c937ecf861be5781ecd6bfc6b79
parent6d3dfee271b6e4afbfb060c269b034b871e2d1b3
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)

PyErr_ProgramText() now calls PyErr_ProgramTextObject().
Python/errors.c