Issue 15654: PEP 384 Refactoring applied to bz2 module (original) (raw)

Issue15654

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.

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

classification

Title: PEP 384 Refactoring applied to bz2 module
Type: resource usage Stage: resolved
Components: Extension Modules Versions: Python 3.10

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Robin.Schreiber, asvetlov, corona10, nadeem.vawda, pitrou, shihai1991, vstinner
Priority: normal Keywords: pep3121

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

Files
File name Uploaded Description Edit
_bz2_pep384_v0.patch Robin.Schreiber,2012-08-14 18:47
Messages (3)
msg168221 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-14 18:47
Changes proposed in PEP384 have now been applied to the bz2 module!
msg168230 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-08-14 19:11
Same review comments as in .
msg372059 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-22 09:18
Issue fixed by these two changes. commit 5d38517aa1836542a5417b724c093bcb245f0f47 Author: Hai Shi <shihai1992@gmail.com> Date: Tue Feb 18 19:17:39 2020 +0800 bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050) commit ec689187957cc80af56b9a63251bbc295bafd781 Author: Dong-hee Na <donghee.na92@gmail.com> Date: Sat Jun 20 00:56:13 2020 +0900 bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
History
Date User Action Args
2022-04-11 14:57:34 admin set github: 59859
2020-06-22 09🔞50 vstinner set status: open -> closedversions: + Python 3.10, - Python 3.4nosy: + corona10, shihai1991, vstinnermessages: + resolution: fixedstage: resolved
2012-11-08 13:38:34 Robin.Schreiber set keywords: + pep3121, - patch
2012-08-17 16:37:35 asvetlov set nosy: + asvetlov
2012-08-14 19:53:44 nadeem.vawda set nosy: + nadeem.vawda
2012-08-14 19:11:32 pitrou set nosy: + pitroumessages: +
2012-08-14 18:47:38 Robin.Schreiber create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements