commit | 6f4635fe20457a7c513050bb117c2f0511cd4e44 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 19 00:19:06 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 19 00:19:06 2020 +0100 |
tree | 45f7265f81477cf6edd8921819aa81e6925dc24f | |
parent | 829b177436e091025813d9be28c21ca46f246af7 [diff] |
bpo-1635741: Port _warnings to the multi-phase init (GH-23379) Port the _warnings extension module to the multi-phase initialization API (PEP 489).