Re: Python/C API bug (multithreading)

2007-06-20 Thread Krzysztof Włodarczyk
Nick Craig-Wood pisze: > Krzysztof W³odarczyk <[EMAIL PROTECTED]> wrote: > >> I think I've found a bug in Python/C API and multithreading. >> > > You don't state your python version. > > There is an old bug about a similar issue :- > > http://mail.python.org/pipermail/python-dev/2005-May

Re: Python/C API bug (multithreading)

2007-06-20 Thread Nick Craig-Wood
Krzysztof W³odarczyk <[EMAIL PROTECTED]> wrote: > I think I've found a bug in Python/C API and multithreading. You don't state your python version. There is an old bug about a similar issue :- http://mail.python.org/pipermail/python-dev/2005-May/053840.html http://sourceforge.net/tracker/i

Re: Python/C API bug (multithreading)

2007-06-19 Thread Martin v. Löwis
> Is there any simple way to fix this damned bug?? Sure: just fixed your damned code!! Regards, Marttin -- http://mail.python.org/mailman/listinfo/python-list

Python/C API bug (multithreading)

2007-06-19 Thread Krzysztof Włodarczyk
Hi, I think I've found a bug in Python/C API and multithreading. I'm currently creating an intrusion detection system based on mobile agents. I have an AgentPlatform (C/C++) and 2 agents on it (2 Python scripts: Snort and Anomaly) These 2 agents are each running its own Python interpreter (bot