[issue15654] PEP 384 Refactoring applied to bz2 module

STINNER Victor report at bugs.python.org
Mon Jun 22 05:18:50 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Issue fixed by these two changes.

commit 5d38517aa1836542a5417b724c093bcb245f0f47
Author: Hai Shi <shihai1992 at 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 at gmail.com>
Date:   Sat Jun 20 00:56:13 2020 +0900

    bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)

----------
nosy: +corona10, shihai1991, vstinner
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
versions: +Python 3.10 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15654>
_______________________________________


More information about the Python-bugs-list mailing list