[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2021-02-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2021-02-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset bf2e7e55d7306b1e2fce7dce767e8df5ff42cf1c by Asheesh Laroia in branch 'master': bpo-40692: Run more test_concurrent_futures tests (GH-20239) https://github.com/python/cpython/commit/bf2e7e55d7306b1e2fce7dce767e8df5ff42cf1c --

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2021-01-26 Thread STINNER Victor
STINNER Victor added the comment: Is there any update on this issue? If not, I suggest to close it. It doesn't seem to consider enough people and nobody seems to want to implement it. See also: https://github.com/python/buildmaster-config/issues/203 --

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-06-03 Thread STINNER Victor
STINNER Victor added the comment: > Automated testing: In order to prevent regressions, I'm interested in hosting > a buildbot for at least one year, hopefully in perpetuity, on which we call > ./configure with ac_cv_posix_semaphores_enabled=no. Can't you tune an unit test to prevent

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-22 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib), Tests -asyncio ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-22 Thread Zachary Ware
Zachary Ware added the comment: Adding multiprocessing and concurrent.futures experts. -- components: -Tests nosy: +bquinlan, davin, pitrou versions: +Python 3.10 -Python 3.9 ___ Python tracker

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +19527 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20239 ___ Python tracker

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-19 Thread Asheesh Laroia
New submission from Asheesh Laroia : Some parts of test_concurrent_futures make sense to run even on Python builds where multiprocessing.synchronize is absent. At the moment, test_concurrent_futures.py skips all tests in the file if multiprocessing.synchronize is missing from the Python