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 Hammerite
Recipients Hammerite, benjamin.peterson, berker.peksag, ezio.melotti, lemburg, loewis, pitrou, vstinner
Date 2015-03-27.21:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427492920.24.0.0694644922492.issue23550@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-27 21:48:40Hammeritesetrecipients: + Hammerite, lemburg, loewis, pitrou, vstinner, benjamin.peterson, ezio.melotti, berker.peksag
2015-03-27 21:48:40Hammeritesetmessageid: <1427492920.24.0.0694644922492.issue23550@psf.upfronthosting.co.za>
2015-03-27 21:48:40Hammeritelinkissue23550 messages
2015-03-27 21:48:40Hammeritecreate