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

Martin v. Löwis martin@v.loewis.de
31 Mar 2003 23:46:45 +0200


Daniel Veillard <veillard@redhat.com> writes:

>   Seems rather that the Python interpreter itself is not reentrant ! 

Correct. People agree that this is a good thing, given the
alternatives.

Regards,
Martin