Staging
v0.5.1
https://github.com/python/cpython
Revision 84f7382215b9e024a5590454726b6ae4b0ca70a0 authored by Victor Stinner on 27 October 2020, 03:36:22 UTC, committed by GitHub on 27 October 2020, 03:36:22 UTC
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.
1 parent c9bc290
History
Tip revision: 84f7382215b9e024a5590454726b6ae4b0ca70a0 authored by Victor Stinner on 27 October 2020, 03:36:22 UTC
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
Tip revision: 84f7382
File Mode Size
clinic
_iomodule.c -rw-r--r-- 24.7 KB
_iomodule.h -rw-r--r-- 6.4 KB
bufferedio.c -rw-r--r-- 80.6 KB
bytesio.c -rw-r--r-- 32.4 KB
fileio.c -rw-r--r-- 32.5 KB
iobase.c -rw-r--r-- 30.0 KB
stringio.c -rw-r--r-- 29.8 KB
textio.c -rw-r--r-- 98.9 KB
winconsoleio.c -rw-r--r-- 31.8 KB

back to top