Jython, GILs and object locking.

anton wilson anton.wilson at camotion.com
Mon Oct 20 11:48:59 EDT 2003


Getting off-topic, I'd like to take this opportunity to thank the python
developers for getting rid of the multiple mutexes and replacing it with
a semaphore for the GIL. This has drastically improved the performance
of GIL locking IMO.

Anton






More information about the Python-list mailing list