diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-01 16:02:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 16:02:40 +0200 |
commit | 3026cad59b87751a9215111776cac8e819458fce (patch) | |
tree | b994018d331ca9f01f58ebd1a3d05c4f3aa1cdc0 /Python/pythonrun.c | |
parent | db64f12e4deda2abbafb6d2bd5c06762fca991ff (diff) | |
download | cpython-git-3026cad59b87751a9215111776cac8e819458fce.tar.gz |
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Add _Py_EnsureTstateNotNULL(tstate) macro: call Py_FatalError() if
tstate is NULL, the error message contains the current function name.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions