[issue15705] PEP 3121, 384 Refactoring applied to sha256 module

2020-11-19 Thread STINNER Victor
STINNER Victor added the comment: commit 52a2df135c0470b1dbf889edc51b7c556ae4bc80 Author: Mohamed Koubaa 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-4

[issue15705] PEP 3121, 384 Refactoring applied to sha256 module

2013-07-06 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15705 ___ ___

[issue15705] PEP 3121, 384 Refactoring applied to sha256 module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber robin.schrei...@me.com: -- keywords: +pep3121 -patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15705 ___ ___

[issue15705] PEP 3121, 384 Refactoring applied to sha256 module

2012-08-16 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 and PEP384 have now been applied to the sha256 module! -- components: Extension Modules files: sha256_pep3121-384_v0.patch keywords: patch messages: 168412 nosy: Robin.Schreiber, gregory.p.smith priority: normal severity: