[stdlib-sig] futures - a new package for asynchronous execution

Antoine Pitrou solipsis at pitrou.net
Thu Feb 25 20:15:02 CET 2010


Le Thu, 25 Feb 2010 20:33:09 +1100,
Brian Quinlan <brian at 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.


More information about the stdlib-sig mailing list