[issue23603] Embedding Python3.4 - PyUnicode_Check fails (MinGW-W64)

Antoine Pitrou report at bugs.python.org
Sun Mar 8 02:05:40 CET 2015


Antoine Pitrou added the comment:

Your interpretation of PyUnicode_Check() is correct. I don't know why your program fails but I would suggest some kind of compiler bug or incompatibility. You can find the definition of the unicode type in Objects/unicodeobject.c. There you'll find that Py_TPFLAGS_UNICODE_SUBCLASS is set in PyUnicode_Type's tp_flags.

(for the record, under Windows we only support builds made with MSVC)

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list