[issue17978] Python crashes if Py_Initialize/Py_Finalize are called multiple times

M.-A. Lemburg mal at egenix.com
Wed May 15 09:26:26 CEST 2013


On 15.05.2013 01:28, Amaury Forgeot d'Arc wrote:
> 
> Amaury Forgeot d'Arc added the comment:
> 
> The official way to build without unicode is
>   ./configure --enable-unicode=no
> But see issue17979.

The official way to build without Unicode is:

./configure --disable-unicode

See http://bugs.python.org/issue8767 for the most recent set of fixes that
were supplied to make it work again in Python 2.7.4.

-- 
Marc-Andre Lemburg
eGenix.com



More information about the Python-bugs-list mailing list