Mixing Python and C threads
Aahz
aahz at pythoncraft.com
Sat Jul 7 13:45:48 EDT 2007
In article <mailman.430.1183825935.22759.python-list at python.org>,
=?utf-8?b?U3TDqXBoYW5l?= Larouche <stephane.larouche at polymtl.ca> wrote:
>Aahz <aahz <at> pythoncraft.com> writes:
>>
>> Can you reproduce your problem with stub code that only creates threads?
>> If yes, that indicates that you're messing with a thread structure
>> somewhere. Note that because you're using gcc, it's possible there's a
>> thread bug on Windows with your tool chain. You might want to check for
>> bug reports.
>
>Here's the simplest piece of code I could think of to reproduce the problem:
Good work. This is about as far as my expertise can take you; if nobody
responds, you might try the new C/API mailing list (capi-sig).
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
I support the RKAB
More information about the Python-list
mailing list