Nick Coghlan added the comment:

Serhiy's general approach here looks good to me (although there seem to be some 
unrelated changes to the re module in the current 3.2 patch).

For PEP 432, I want to try to rearrange things so that _PyUnicode_Init is one 
of the *first* calls made in Py_BeginInitialization (even before the general 
call to Py_ReadyTypes), but that still won't invalidate the work done here.

----------

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

Reply via email to