]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
authorVictor Stinner <vstinner@python.org>
Fri, 27 Mar 2020 14:11:45 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 14:11:45 +0000 (15:11 +0100)
commit1c1e68cf3e3a2a19a0edca9a105273e11ddddc6e
tree5ca84d927ab6ffa09308943075d056e604f3667b
parent33f15a16d40cb8010a8c758952cbf88d7912ee2d
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)

Add the dependency to tstate more explicit.
Python/ceval.c
Python/errors.c
Python/import.c
Python/pythonrun.c