[issue23550] Add to unicodedata a function to query the "Quick_Check" property for a character

Hammerite report at bugs.python.org
Fri Mar 27 22:48:40 CET 2015


Hammerite added the comment:

My remark about the arrays not being static is not entirely accurate. _PyUnicode_CategoryNames, _PyUnicode_BidirectionalNames and _PyUnicode_EastAsianWidthNames are not static, however decomp_prefix is static. It would not add any significant bulk to the patch to make these three static in addition to the new array, but I will await another review before submitting a further patch, since I anticipate there will be a need for it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23550>
_______________________________________


More information about the Python-bugs-list mailing list