]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
authorVictor Stinner <vstinner@python.org>
Tue, 27 Oct 2020 03:36:22 +0000 (04:36 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 03:36:22 +0000 (04:36 +0100)
commit84f7382215b9e024a5590454726b6ae4b0ca70a0
tree57a7eeb30f36f079b8adb7bb58e5e7708eb05db1
parentc9bc290dd6e3994a4ead2a224178bcba86f0c0e4
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)

Removed the unicodedata.ucnhash_CAPI attribute which was an internal
PyCapsule object. The related private _PyUnicode_Name_CAPI structure
was moved to the internal C API.

Rename unicodedata.ucnhash_CAPI as unicodedata._ucnhash_CAPI.
Doc/whatsnew/3.10.rst
Include/internal/pycore_ucnhash.h
Misc/NEWS.d/next/C API/2020-10-16-10-47-17.bpo-42157.e3BcPM.rst
Misc/NEWS.d/next/Library/2020-10-26-23-29-16.bpo-42157.4wuwTe.rst [new file with mode: 0644]
Modules/unicodedata.c