Le Thu, 25 Feb 2010 20:33:09 +1100, Brian Quinlan <br...@sweetapp.com> a écrit : > > In any case, I've updated the docs and PEP to indicate that > deadlocks are possible.
For the record, I think that potential deadlocks simply by using a library function (other than locks themselves) are a bad thing. It would be better if the library either avoided deadlocks, or detected them and raised an exception instead. (admittedly, we already have such an issue with the import lock) Regards Antoine. _______________________________________________ stdlib-sig mailing list stdlib-sig@python.org http://mail.python.org/mailman/listinfo/stdlib-sig