diff options
author | Mohamed Koubaa <koubaa.m@gmail.com> | 2020-09-07 13:12:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 13:12:40 (GMT) |
commit | 2aabc3200bf03d2ec1aa987e1e20db704948111e (patch) | |
tree | 2d6fecfddb24e2590fc3baaa4dfb704f9cb14c0a /Misc | |
parent | 426f2b4f13f392875e7861dbd7f34735731eff17 (diff) | |
download | cpython-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.rst | 2 |
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`).
|