[issue16143] Building with configure option "--without-doc-strings" crashes first time through PyUnicode_DecodeUTF8Stateful

Stefan Krah report at bugs.python.org
Sun Nov 18 20:50:01 CET 2012


Stefan Krah added the comment:

The deeper issue is that globals in unicodeobject.c are used before
they are initialized. So I thought that should be cleared up before
the next release.

Basically, strings are used as keys during type initializations
*before* _PyUnicode_Init() is called.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16143>
_______________________________________


More information about the Python-bugs-list mailing list