[issue15654] PEP 384 Refactoring applied to bz2 module

2020-06-22 Thread STINNER Victor
STINNER Victor added the comment: Issue fixed by these two changes. commit 5d38517aa1836542a5417b724c093bcb245f0f47 Author: Hai Shi Date: Tue Feb 18 19:17:39 2020 +0800 bpo-1635741: Port _bz2 extension module to multiphase initialization(PEP 489) (GH-18050) commit ec689187957cc80af56

[issue15654] PEP 384 Refactoring applied to bz2 module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber : -- keywords: +pep3121 -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue15654] PEP 384 Refactoring applied to bz2 module

2012-08-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15654] PEP 384 Refactoring applied to bz2 module

2012-08-14 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- nosy: +nadeem.vawda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue15654] PEP 384 Refactoring applied to bz2 module

2012-08-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Same review comments as in issue15653. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list

[issue15654] PEP 384 Refactoring applied to bz2 module

2012-08-14 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP384 have now been applied to the bz2 module! -- components: Extension Modules files: _bz2_pep384_v0.patch keywords: patch messages: 168221 nosy: Robin.Schreiber priority: normal severity: normal status: open title: PEP 384 Refac