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 hroncok
Recipients hroncok, vstinner
Date 2021-06-14.12:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623673273.47.0.342389136094.issue44418@roundup.psfhosted.org>
In-reply-to
Content
In bpo-42157, the unicodedata.ucnhash_CAPI attribute was removed without deprecation. This breaks at least https://github.com/dgrunwald/rust-cpython with:

    AttributeError: module 'unicodedata' has no attribute 'ucnhash_CAPI'

Please revert the removal and deprecate the attribute for 2 Python releases if you want to remove it.

Thanks
History
Date User Action Args
2021-06-14 12:21:13hroncoksetrecipients: + hroncok, vstinner
2021-06-14 12:21:13hroncoksetmessageid: <1623673273.47.0.342389136094.issue44418@roundup.psfhosted.org>
2021-06-14 12:21:13hroncoklinkissue44418 messages
2021-06-14 12:21:13hroncokcreate