[Python-Dev] [PEP 3148] futures - execute computations asynchronously

Antoine Pitrou solipsis at pitrou.net
Tue Mar 9 00:23:23 CET 2010


Le Mon, 08 Mar 2010 21:11:45 -0000,
exarkun at twistedmatrix.com a écrit :
> 
> Getting rid of the process-global state like this simplifies testing 
> (both testing of the executors themselves and of application code
> which uses them).  It also eliminates the unpleasant interpreter 
> shutdown/module globals interactions that have plagued a number of 
> stdlib systems that keep global state.

+1.




More information about the Python-Dev mailing list