]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
authorVictor Stinner <vstinner@python.org>
Fri, 19 Feb 2021 14:07:59 +0000 (15:07 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 14:07:59 +0000 (15:07 +0100)
commitacde3f1530f1664c9ec7f22e16a7f54c5191e4a6
tree90f0915dee215292debf14ebfbf9652197ae7de2
parent101bf69ff18a946fed7c274f088878aaf85174cc
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)

Remove explicit tstate usage in sysmodule.c when it's only used raise
exceptions: get it implicitly using PyErr_XXX() functions.
Python/sysmodule.c