]> granicus.if.org Git - python/commit
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futur...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Apr 2011 15:58:11 +0000 (17:58 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Apr 2011 15:58:11 +0000 (17:58 +0200)
commitb7877f203d66ed693f7dca327963a8ce65c75e03
treea8c37ae91d5a43853e6b169380e983f5896da82b
parent3fdd9b681de6bee616deb98b538370720a39c284
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurrent.futures.ProcessPoolExecutor.
Lib/concurrent/futures/process.py
Misc/NEWS