[issue1970] Speedup unicode whitespace and linebreak detection

Christian Heimes report at bugs.python.org
Wed Jan 30 12:07:03 CET 2008


Christian Heimes added the comment:

> Please make those stables static... 
> 
> In general, everything that's not needed outside an object file should
> be made static to avoid naming conflicts. For static symbols, there's no
> need to prefix them with any "Py" indicator.

The ascii whitespace table is required for Py_UNICODE_ISSPACE. I can
make the linebreak table static but I can't make the whitespace table
static.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1970>
__________________________________


More information about the Python-bugs-list mailing list