[Python-Dev] Issue #10348: concurrent.futures doesn't work on BSD (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Wed Dec 29 23:55:48 CET 2010


Le mercredi 29 décembre 2010 à 21:49 +0100, "Martin v. Löwis" a écrit :

Of course, one may wonder why testfirstcompleted manages to create 41 SemLock objects, when all it tries to do is two future calls.

More numbers (on Linux):

FreeBSD 7.2 is limited to 30 semaphores, so with ProcessPoolExecutor, you can only create one Call object, whereas some tests use 4 Call objects or more.

Victor



More information about the Python-Dev mailing list