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.
V
Victor Stinner committed
acde3f1530f1664c9ec7f22e16a7f54c5191e4a6
Parent: 101bf69
Committed by GitHub <noreply@github.com>
on 2/19/2021, 2:07:59 PM