This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Robin.Schreiber, astrand, effbot, loewis, sbt, vstinner
Date 2020-09-07.13:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599486406.6.0.375461430157.issue15733@roundup.psfhosted.org>
In-reply-to
Content
Fixed by:

commit 2aabc3200bf03d2ec1aa987e1e20db704948111e (HEAD -> master, upstream/master)
Author: Mohamed Koubaa <koubaa.m@gmail.com>
Date:   Mon Sep 7 08:12:40 2020 -0500

    bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
    
    Port the _overlapped extension module to multi-phase initialization (PEP 489).
History
Date User Action Args
2020-09-07 13:46:46vstinnersetrecipients: + vstinner, loewis, effbot, astrand, sbt, Robin.Schreiber
2020-09-07 13:46:46vstinnersetmessageid: <1599486406.6.0.375461430157.issue15733@roundup.psfhosted.org>
2020-09-07 13:46:46vstinnerlinkissue15733 messages
2020-09-07 13:46:45vstinnercreate