]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41713: Port _signal module to multi-phase init (GH-23355)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Nov 2020 22:28:25 +0000 (23:28 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 22:28:25 +0000 (23:28 +0100)
commit7f9b25a21ab95f8cf8d663396993766307be475c
tree08ac32686ed7f5df9ae482af165b178b47dc50f3
parent1de61d3923840b29e847d311f0c7d4c5821d98e6
bpo-41713: Port _signal module to multi-phase init (GH-23355)

Port the _signal extension module to the multi-phase initialization
API (PEP 489).

Co-Authored-By: Mohamed Koubaa <koubaa.m@gmail.com>
Misc/NEWS.d/next/Library/2020-11-17-23-00-27.bpo-41713.-Us0tf.rst [new file with mode: 0644]
Modules/signalmodule.c