]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unused args from two pylifecycle.c functions (GH-18867)
authorAndy Lester <andy@petdance.com>
Thu, 12 Mar 2020 07:49:05 +0000 (02:49 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 07:49:05 +0000 (08:49 +0100)
commit75cd5bf428c378a4d0479a09290b66592961a2ac
tree1c3bf992c974f3d92eaf83b885a1ac55004dc0b4
parentc7d2d69d95b263ee5f83511bc6fbe53acdc24ea3
Remove unused args from two pylifecycle.c functions (GH-18867)

* Remove unused tstate argument from init_set_builtins_open()
* Replace fd (int) with tstate (PyThreadState *) in in _Py_FatalError_PrintExc()
Python/pylifecycle.c