diff options
author | Christian Heimes <christian@python.org> | 2020-11-21 19:29:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:29:26 (GMT) |
commit | ea97ebab3578a6e0bb505da96819ac44d422a6cb (patch) | |
tree | 9b87cbb75deabb8df304778382091a1f4170ebf1 /Misc | |
parent | 035deee265c7fb227ddc87222fa48761231d8bd7 (diff) | |
download | cpython-ea97ebab3578a6e0bb505da96819ac44d422a6cb.zip cpython-ea97ebab3578a6e0bb505da96819ac44d422a6cb.tar.gz cpython-ea97ebab3578a6e0bb505da96819ac44d422a6cb.tar.bz2 |
bpo-1635741: Port select module to multiphase init (GH-23409)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2020-11-19-17-44-36.bpo-1635741.qBZc3o.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-19-17-44-36.bpo-1635741.qBZc3o.rst b/Misc/NEWS.d/next/C API/2020-11-19-17-44-36.bpo-1635741.qBZc3o.rst new file mode 100644 index 0000000..e66e8d7 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2020-11-19-17-44-36.bpo-1635741.qBZc3o.rst @@ -0,0 +1,2 @@ +Port :mod:`select` extension module to multiphase initialization +(:pep:`489`). |