[issue22411] Embedding Python on Windows

2015-01-08 Thread Rickard Englund
Rickard Englund added the comment: I have also had this problem. The way I solved it was to undef _DEBUG before including python and then redefine it again: #undef _DEBUG //Prevent linking debug build of python #include #define _DEBUG 1 This is just a hack though and it would be

[issue23187] Segmentation fault, possibly asyncio related

2015-01-08 Thread Rickard Englund
Changes by Rickard Englund : -- nosy: +r-englund ___ Python tracker <http://bugs.python.org/issue23187> ___ ___ Python-bugs-list mailing list Unsubscribe: