Christian Heimes wrote: > Houston, we have a problem! The py3k PEP 3137 branch is seriously broken > under Windows.
Fixed! The PyUnicode_*MBCS* methods returned PyBytes instead of PyString. The import machinery used PyString_AS_STRING() on it in once place and triggered a nasty problem. Christian _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
