summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMohamed Koubaa <koubaa.m@gmail.com>2020-09-07 13:12:40 (GMT)
committerGitHub <noreply@github.com>2020-09-07 13:12:40 (GMT)
commit2aabc3200bf03d2ec1aa987e1e20db704948111e (patch)
tree2d6fecfddb24e2590fc3baaa4dfb704f9cb14c0a /Misc
parent426f2b4f13f392875e7861dbd7f34735731eff17 (diff)
downloadcpython-2aabc3200bf03d2ec1aa987e1e20db704948111e.zip
cpython-2aabc3200bf03d2ec1aa987e1e20db704948111e.tar.gz
cpython-2aabc3200bf03d2ec1aa987e1e20db704948111e.tar.bz2
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Port the _overlapped extension module to multi-phase initialization (PEP 489).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-22-35.bpo-1635741.CnRME3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-22-35.bpo-1635741.CnRME3.rst b/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-22-35.bpo-1635741.CnRME3.rst
new file mode 100644
index 0000000..76f985b
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-22-35.bpo-1635741.CnRME3.rst
@@ -0,0 +1,2 @@
+Port the :mod:`_overlapped` extension module to multi-phase initialization
+(:pep:`489`).