Alexander Belopolsky added the comment:

I would like someone review this change:

https://bitbucket.org/alexander_belopolsky/cpython/commits/92c187025d0a8a989d9f81f2cb4c96f4eecb81cb?at=issue-18236

The patch can go in without this optimization, but I think this is the right 
first step towards removing _Py_ascii_whitespace.

I don't think there is a need to generate ASCII optimization in 
makeunicodedata.  While technically Unicode stability policy only guarantees 
that White_Space property will not be removed from code point s that have it, I 
think there is little chance that they will ever add White_Space property to 
another code point in the ASCII range and if they do, I am not sure Python will 
have to follow.

----------
components: +Interpreter Core, Unicode
keywords: +needs review
stage:  -> commit review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18236>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to