Synchronization mixin in Python anyone?

Sean McGrath sean.mcgrath at propylon.com
Fri May 3 15:28:43 EDT 2002


The Zope system contains a Synchronization mixin class
for thread synchronization written in C. Derive a class from Synchronized
and any mythod calls on an instance of the class are
thread safe.

Does anybody know of any Python implementation? The C version
exhibits "interesting" refcounting behavior I need to work around.

regards,
Sean McGrath







More information about the Python-list mailing list