]> granicus.if.org Git - python/commit
Issue #10798: Reject supporting concurrent.futures if the system has
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Jan 2011 00:07:01 +0000 (00:07 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Jan 2011 00:07:01 +0000 (00:07 +0000)
commit9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed
tree51276793e8a55e3b9a4ebbbee8de929e3f3e78c0
parente10608cf5de214985308a8d9eb6ace07bc9c590e
Issue #10798: Reject supporting concurrent.futures if the system has
too few POSIX semaphores.
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS