commit | acde3f1530f1664c9ec7f22e16a7f54c5191e4a6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 19 15:07:59 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 19 15:07:59 2021 +0100 |
tree | 90f0915dee215292debf14ebfbf9652197ae7de2 | |
parent | 101bf69ff18a946fed7c274f088878aaf85174cc [diff] |
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.