SIGN IN SIGN UP

gh-117549: Don't use designated initializers in headers (#118580)

The designated initializer syntax in static inline functions in pycore_backoff.h
causes problems for C++ or MSVC users who aren't yet using C++20.
While internal, pycore_backoff.h is included (indirectly, via pycore_code.h)
by some key 3rd party software that does so for speed.
G
Guido van Rossum committed
40cc809902304f60c6e1c933191dd4d64e570e28
Parent: 44f6791
Committed by GitHub <noreply@github.com> on 5/5/2024, 7:28:55 PM