[issue4709] Mingw-w64 and python on windows x64

2015-12-25 Thread matham
Changes by matham : -- nosy: +matham ___ Python tracker <http://bugs.python.org/issue4709> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod

2015-03-24 Thread matham
matham added the comment: Well, we won't have to wait until interested solves it. After hours of debugging including compiling Python with VS2013 and looking at windows dump files, it seems that hard work pays off - sorry, I mean asking someone who knows the answer pays off :P. I ask

[issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod

2015-03-22 Thread matham
New submission from matham: I have encountered a situation where python crashes when python exits if one imports a c compiled extension followed by a cpp compiled extension (but not if imported in the reverse order). This is on windows with mingw (current using mingw-get install gcc g++ msys

[issue14613] time.time can return NaN

2015-01-30 Thread matham
matham added the comment: Ok, first, I was able to make it happen outside of kivy using only my code. However, I'm not sure it's of much help because it's using my ffmpeg based code (https://github.com/matham/ffpyplayer) which is not a simple script :) The issue happens when ff

[issue14613] time.time can return NaN

2015-01-30 Thread matham
matham added the comment: Hi guys, I'm running into this issue on windows 7 using python 2.7.8 (x86) from the python website. The following exception occurs while cython code calls a python function which emits a log. When replaying the same code it happens consistently: Traceback