[XML-SIG] Advice on how to deal with locking problems using python-wrapped C libs in MT frameworks like Zope/Twisted?

Juergen Hermann jh@web.de
Mon, 24 Mar 2003 20:48:44 +0100


On=20Mon,=2024=20Mar=202003=2013:13:34=20-0500,=20Craeg=20K=20Strong=20wro=
te:

>I=20can=20see=20I=20am=20going=20to=20have=20to=20educate=20myself=20on=20=
the=20intricacies=20of=20the=20
>Python/C=20API,
>I=20can't=20put=20this=20off=20any=20longer...=20:-o

What=20you=20can=20do=20is=20to=20attach=20a=20gdb=20to=20the=20locked=20p=
rocess=20and=20then=20do=20a=20"bt".=20
That=20often=20gives=20a=20hint=20when=20you=20have=20problems=20with=20ex=
tensions.


Ciao,=20J=FCrgen