]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43795: Sort PC/python3dll.c (GH-25312)
authorPetr Viktorin <encukou@gmail.com>
Wed, 14 Apr 2021 14:38:30 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 14:38:30 +0000 (16:38 +0200)
commit92eebf6dd20c541ca5883d010a575fb6ea4a245c
treeb698d8292a949ef46f80ec0b89394e2ba4e39875
parent5bf8bf2267cd109970b2d946d43b2e9f71379ba2
bpo-43795: Sort PC/python3dll.c (GH-25312)

Each section is sorted to reduce diffs (review effort) when the file becomes generated.
Sort is done with key=str.lower to preserve most of the original order (underscored items first).

https://bugs.python.org/issue43795
PC/python3dll.c