Issue 15704: PEP 3121, 384 Refactoring applied to sha1 module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/59909

classification

Title: PEP 3121, 384 Refactoring applied to sha1 module
Type: resource usage Stage: resolved
Components: Extension Modules Versions: Python 3.4

process

Status: closed Resolution: duplicate
Dependencies: Superseder: Py_Finalize() doesn't clear all Python objects at exit View:1635741
Assigned To: Nosy List: Robin.Schreiber, christian.heimes, gregory.p.smith, vstinner
Priority: normal Keywords: pep3121

Created on 2012-08-16 21:03 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sha1_pep3121-384_v0.patch Robin.Schreiber,2012-08-16 21:03
Messages (2)
msg168411 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-16 21:03
Changes proposed in PEP3121 and PEP384 have now been applied to the sha1 module!
msg376485 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-09-07 13:50
Fixed by: New changeset 63f102fe079ecb5cb7b921a1cf8bce4077a9d7e2 by Mohamed Koubaa in branch 'master': bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) https://github.com/python/cpython/commit/63f102fe079ecb5cb7b921a1cf8bce4077a9d7e2
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59909
2020-09-07 13:50:24 vstinner set status: open -> closedsuperseder: Py_Finalize() doesn't clear all Python objects at exitnosy: + vstinnermessages: + resolution: duplicatestage: resolved
2013-07-06 23:12:05 christian.heimes set nosy: + christian.heimes
2012-11-08 13:44:54 Robin.Schreiber set keywords: + pep3121, - patch
2012-08-27 03:49:13 belopolsky link issue15787 dependencies
2012-08-16 21:03:54 Robin.Schreiber create