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 Greg Price, benjamin.peterson, ezio.melotti, mcepl, serhiy.storchaka, vstinner
Date 2019-08-13.12:25:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565699104.7.0.275302376667.issue32771@roundup.psfhosted.org>
In-reply-to
Content
Hum, I forget to mention that the module is compiled as a dynamically library, at least on Fedora:

$ python3
Python 3.7.4 (default, Jul  9 2019, 16:32:37) 
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import unicodedata
>>> unicodedata
<module 'unicodedata' from '/usr/lib64/python3.7/lib-dynload/unicodedata.cpython-37m-x86_64-linux-gnu.so'>

It's a big file: 1.1 MiB.
History
Date User Action Args
2019-08-13 12:25:04vstinnersetrecipients: + vstinner, benjamin.peterson, mcepl, ezio.melotti, serhiy.storchaka, Greg Price
2019-08-13 12:25:04vstinnersetmessageid: <1565699104.7.0.275302376667.issue32771@roundup.psfhosted.org>
2019-08-13 12:25:04vstinnerlinkissue32771 messages
2019-08-13 12:25:04vstinnercreate