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
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
Changes by matham :
--
nosy: +matham
___
Python tracker
<http://bugs.python.org/issue4709>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
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
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