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

2019-05-14 Thread STINNER Victor
STINNER Victor added the comment: No activity for 4 years. I close the issue. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

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

2015-03-08 Thread Ashish Sadanandan
Ashish Sadanandan added the comment: Thanks for the reply. MSVC does produce the expected results, I forgot to mention that earlier. So I guess this means I can't realistically expect anyone to look into this problem? I can switch to MSVC but the spotty C++11/14 support is irritating to have

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

2015-03-07 Thread Ashish Sadanandan
Changes by Ashish Sadanandan ashish.sadanan...@gmail.com: -- title: MinGW-64 and embedding Python3.4 - Embedding Python3.4 - PyUnicode_Check fails (MinGW-W64) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23603

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

2015-03-07 Thread Antoine Pitrou
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