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, christian.heimes, gregory.p.smith, vstinner
Date 2020-11-19.14:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605794875.48.0.947734383283.issue15705@roundup.psfhosted.org>
In-reply-to
Content
commit 52a2df135c0470b1dbf889edc51b7c556ae4bc80
Author: Mohamed Koubaa <koubaa.m@gmail.com>
Date:   Tue Sep 8 04:16:14 2020 -0500

    bpo-1635741: Convert _sha256 types to heap types (GH-22134)
    
    Convert the _sha256 extension module types to heap types.

See bpo-41111 "Convert a few stdlib extensions to the limited C API (PEP 384)".
History
Date User Action Args
2020-11-19 14:07:55vstinnersetrecipients: + vstinner, gregory.p.smith, christian.heimes, Robin.Schreiber
2020-11-19 14:07:55vstinnersetmessageid: <1605794875.48.0.947734383283.issue15705@roundup.psfhosted.org>
2020-11-19 14:07:55vstinnerlinkissue15705 messages
2020-11-19 14:07:55vstinnercreate