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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23550>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to