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
Changes by Ashish Sadanandan :
--
title: MinGW-64 and embedding Python3.4 -> Embedding Python3.4 -
PyUnicode_Check fails (MinGW-W64)
___
Python tracker
<http://bugs.python.org/issu
Changes by Ashish Sadanandan :
--
title: MinGW-64 -> MinGW-64 and embedding Python3.4
___
Python tracker
<http://bugs.python.org/issue23603>
___
___
Python-
New submission from Ashish Sadanandan:
I'm trying to embed Python 3.4.3 (x64) in a program compiled using MinGW-W64
g++ 4.9.2 (output from "g++ -v" attached) and Boost.Python 1.57.0. A simple
example kept crashing at runtime and I managed to track it down to this
testcase (whi