commit | 92eebf6dd20c541ca5883d010a575fb6ea4a245c | [log] [tgz] |
---|---|---|
author | Petr Viktorin <encukou@gmail.com> | Wed Apr 14 16:38:30 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 14 16:38:30 2021 +0200 |
tree | b698d8292a949ef46f80ec0b89394e2ba4e39875 | |
parent | 5bf8bf2267cd109970b2d946d43b2e9f71379ba2 [diff] |
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