commit | 4b8032e5a4994a7902076efa72fca1e2c85d8b7f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Sep 04 14:51:05 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Sep 04 14:51:05 2020 +0200 |
tree | c8fa71748e52980541b23ae5698b77bf75ee3f58 | |
parent | 54a66ade2067c373d31003ad260e1b7d14c81564 [diff] |
bpo-41713: _signal doesn't use multi-phase init (GH-22087) Partially revert commit 71d1bd9569c8a497e279f2fea6fe47cd70a87ea3: don't use multi-phase initialization (PEP 489) for the _signal extension module.