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
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
> 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
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