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, asvetlov, gregory.p.smith, loewis, pitrou, vstinner
Date 2020-11-19.14:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605795280.59.0.454899654335.issue15653@roundup.psfhosted.org>
In-reply-to
Content
commit 46f59ebd01e22cc6a56fd0691217318c1d801a49
Author: Christian Heimes <christian@python.org>
Date:   Wed Nov 18 16:12:13 2020 +0100

    bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
    
    Signed-off-by: Christian Heimes <christian@python.org>


See bpo-41111 "Convert a few stdlib extensions to the limited C API (PEP 384)".
History
Date User Action Args
2020-11-19 14:14:40vstinnersetrecipients: + vstinner, loewis, gregory.p.smith, pitrou, asvetlov, Robin.Schreiber
2020-11-19 14:14:40vstinnersetmessageid: <1605795280.59.0.454899654335.issue15653@roundup.psfhosted.org>
2020-11-19 14:14:40vstinnerlinkissue15653 messages
2020-11-19 14:14:40vstinnercreate