SIGN IN SIGN UP

gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)

For code readability. Instances of `builtins.dict` have been ordered since 3.6, and have been guaranteed by the language to be ordered since Python 3.7. Argument Clinic now requires Python 3.10+.
A
Alex Waygood committed
02b60035ceb735c3f7dd5bb7dc6a1508748a7a8d
Parent: 06eeee9
Committed by GitHub <noreply@github.com> on 5/20/2023, 10:24:00 AM