]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103323: Remove current_fast_get() unused parameter (#114593)
authorVictor Stinner <vstinner@python.org>
Tue, 30 Jan 2024 10:47:58 +0000 (11:47 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 10:47:58 +0000 (11:47 +0100)
commit58f883b91bd8dd4cac38b58a026397363104a129
tree83f4dcd2f707893f674c6aa3ffc3775ef0fd4742
parent963904335e579bfe39101adf3fd6a0cf705975ff
gh-103323: Remove current_fast_get() unused parameter (#114593)

The current_fast_get() static inline function doesn't use its
'runtime' parameter, so just remove it.
Python/pystate.c