]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)
authorMichael Droettboom <mdboom@gmail.com>
Thu, 4 Apr 2024 21:14:35 +0000 (17:14 -0400)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 21:14:35 +0000 (14:14 -0700)
commitb5e60918afa53dfd59ad26a9f4b5207a9b304bc1
tree456617d0a42d1174013f62d2bd3224c77b87811e
parent63998a1347f3970ea4c69c881db69fc72b16a54c
gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)

Otherwise it might not compile with C++ (or certain C compilers/flags?).
Include/internal/pycore_backoff.h