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.

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 issue15653.
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:34adminsetgithub: 59859
2020-06-22 09:18:50vstinnersetstatus: open -> closed

versions: + Python 3.10, - Python 3.4
nosy: + corona10, shihai1991, vstinner

messages: + msg372059
resolution: fixed
stage: resolved
2012-11-08 13:38:34Robin.Schreibersetkeywords: + pep3121, - patch
2012-08-17 16:37:35asvetlovsetnosy: + asvetlov
2012-08-14 19:53:44nadeem.vawdasetnosy: + nadeem.vawda
2012-08-14 19:11:32pitrousetnosy: + pitrou
messages: + msg168230
2012-08-14 18:47:38Robin.Schreibercreate