[issue15712] PEP 3121, 384 Refactoring applied to unicodedata module

STINNER Victor report at bugs.python.org
Thu Dec 17 19:42:47 EST 2020


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

Fixed by multiple changes, especially:

commit c8c4200b65b2159bbb13cee10d67dfb3676fef26
Author: Victor Stinner <vstinner at python.org>
Date:   Mon Oct 26 23:19:22 2020 +0100

    bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
    
    Convert the unicodedata extension module to the multiphase
    initialization API (PEP 489) and convert the unicodedata.UCD static
    type to a heap type.
    
    Co-Authored-By: Mohamed Koubaa <koubaa.m at gmail.com>

----------
nosy: +vstinner
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Cleanup the unicodedata module

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


More information about the Python-bugs-list mailing list