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.

Author vstinner
Recipients Robin.Schreiber, effbot, lemburg, loewis, vstinner
Date 2020-12-18.00:42:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608252167.63.0.959025369135.issue15712@roundup.psfhosted.org>
In-reply-to
Content
Fixed by multiple changes, especially:

commit c8c4200b65b2159bbb13cee10d67dfb3676fef26
Author: Victor Stinner <vstinner@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@gmail.com>
History
Date User Action Args
2020-12-18 00:42:47vstinnersetrecipients: + vstinner, lemburg, loewis, effbot, Robin.Schreiber
2020-12-18 00:42:47vstinnersetmessageid: <1608252167.63.0.959025369135.issue15712@roundup.psfhosted.org>
2020-12-18 00:42:47vstinnerlinkissue15712 messages
2020-12-18 00:42:47vstinnercreate