Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / joblib/loky issues and pull requests

#423 - Use Get-WmiObject instead of wmic for counting cores on windows

Pull Request - State: open - Opened by ChrisLoveringSendient 2 months ago - 1 comment

#421 - MAINT Add missing f prefix for f-string

Pull Request - State: closed - Opened by lesteve 3 months ago - 1 comment

#420 - Macos python 3.11/3.12 calling (some) subprocesses from executor

Issue - State: open - Opened by ryandvmartin 6 months ago - 1 comment

#419 - ENH enable faulthandler traceback reporting on worker crash by SIGSEV

Pull Request - State: open - Opened by ogrisel 6 months ago - 3 comments

#418 - TST ensure that callback pool end cleanly

Pull Request - State: closed - Opened by bang78945 8 months ago

#417 - CI trigger

Pull Request - State: closed - Opened by tomMoral 10 months ago

#416 - Variable type check

Pull Request - State: closed - Opened by alphabetagamer 11 months ago

#415 - cpu_count_physical fails on some platforms / potential better default

Issue - State: open - Opened by surfaceowl 12 months ago - 4 comments
Labels: help wanted

#414 - docs: Add `ProcessPoolExecutor` to the API reference

Pull Request - State: closed - Opened by pmav99 about 1 year ago

#413 - Worker pool initialising

Issue - State: open - Opened by kskadart over 1 year ago

#412 - 3.4.1 tag is at the wrong commit

Issue - State: closed - Opened by mgorny over 1 year ago - 3 comments

#410 - MTN drop support for python 3.7

Pull Request - State: open - Opened by tomMoral over 1 year ago - 2 comments

#409 - DOC fix repeated words

Pull Request - State: open - Opened by tomMoral over 1 year ago

#408 - FIX compatibility with python3.7

Pull Request - State: closed - Opened by tomMoral over 1 year ago

#407 - The Manager.Queue implementation from the loky backend seems to be broken

Issue - State: open - Opened by ogrisel over 1 year ago - 1 comment

#406 - Error with dynamically imported functions.

Issue - State: closed - Opened by tobiasraabe over 1 year ago - 2 comments

#405 - `exit` inside a loky-submitted function causes the main process to exit

Issue - State: closed - Opened by sjdv1982 over 1 year ago - 2 comments

#404 - Docs suggest that `loky.set_start_method` exists

Issue - State: open - Opened by sjdv1982 over 1 year ago

#403 - MAINT fix weird formatting in setup.py

Pull Request - State: closed - Opened by mgorny almost 2 years ago - 1 comment

#402 - DOC add missing changelog entry

Pull Request - State: closed - Opened by tomMoral almost 2 years ago

#401 - Loky test suite is much slower on macOS than on Linux or Windows

Issue - State: closed - Opened by ogrisel almost 2 years ago - 3 comments

#400 - DEBUG CI stability

Pull Request - State: closed - Opened by ogrisel almost 2 years ago - 1 comment

#399 - FIX test_no_crash_max_workers

Pull Request - State: closed - Opened by tomMoral almost 2 years ago

#398 - BUG running pytest with `-s` option makes the tests fail

Issue - State: open - Opened by tomMoral almost 2 years ago

#396 - BUG call_queue size is not updated on resize

Issue - State: open - Opened by tomMoral almost 2 years ago - 1 comment

#395 - DBG CI-trigger

Pull Request - State: closed - Opened by tomMoral almost 2 years ago - 12 comments

#394 - CLN remove backward compat and rely on multiprocessing for win reduction

Pull Request - State: closed - Opened by tomMoral almost 2 years ago - 3 comments

#393 - fix typo

Pull Request - State: closed - Opened by uniontech-lilinjie almost 2 years ago - 1 comment

#391 - MAINT fix build names in CI config

Pull Request - State: closed - Opened by ogrisel almost 2 years ago

#390 - FIX make sure max_workers cannot exceed 61 on windows

Pull Request - State: closed - Opened by ogrisel almost 2 years ago - 7 comments

#389 - MAINT bump-up CI versions

Pull Request - State: closed - Opened by ogrisel almost 2 years ago - 3 comments

#388 - Unstable test_processes_crash_handling_after_executor_gc

Issue - State: closed - Opened by ogrisel almost 2 years ago - 8 comments

#387 - DEBUG attempt at reproducing recently observed CI failures

Pull Request - State: closed - Opened by ogrisel almost 2 years ago - 1 comment

#385 - FIX AttributeError in clean_warning_registry

Pull Request - State: closed - Opened by ogrisel almost 2 years ago - 1 comment

#384 - FIX thread safe gc/atexit clean up

Pull Request - State: closed - Opened by tomMoral almost 2 years ago - 1 comment

#382 - MAINT blackify loky

Pull Request - State: closed - Opened by glemaitre almost 2 years ago - 2 comments

#381 - Leverage psutil to inspect CPU affinity contraints on alternative platforms

Pull Request - State: closed - Opened by ogrisel almost 2 years ago

#380 - Useless line

Issue - State: open - Opened by dmoklaf about 2 years ago

#379 - FIX tox config on CI

Pull Request - State: closed - Opened by tomMoral about 2 years ago

#378 - DOC: Update 'VAR' to 'VAL' in reusable_executor.py

Pull Request - State: closed - Opened by schlerp about 2 years ago - 3 comments

#377 - DOC error in documentation around env vars

Issue - State: closed - Opened by schlerp about 2 years ago

#376 - MAX_WINDOWS_WORKERS

Issue - State: closed - Opened by dansleboby about 2 years ago - 2 comments

#375 - FIX support for frozen executable on all platforms

Pull Request - State: open - Opened by tomMoral about 2 years ago - 28 comments

#374 - Is it safe to use ProcessPoolExecutor from loky?

Issue - State: closed - Opened by shoubhikraj about 2 years ago - 5 comments

#373 - Implement max_tasks_per_child

Issue - State: open - Opened by ddelange over 2 years ago - 2 comments
Labels: help wanted

#371 - loky backend confuses timings

Issue - State: closed - Opened by Barry1 over 2 years ago - 1 comment

#370 - TST test_error_in_nested_call_keeps_resource_tracker_silent

Pull Request - State: closed - Opened by ogrisel over 2 years ago - 2 comments

#369 - Nested loky calls can cause resource_tracker to detect leaked semaphores

Issue - State: closed - Opened by ogrisel over 2 years ago - 3 comments

#367 - Fix FileNotFoundError in SemLock._cleanup

Pull Request - State: closed - Opened by ogrisel over 2 years ago - 1 comment

#365 - MAINT Update python:3.7 to python:3.10 in tests that rely on docker

Pull Request - State: closed - Opened by ogrisel over 2 years ago

#364 - Fix nested parallelism deadlock by calling _python_exit earlier when a worker is done

Pull Request - State: closed - Opened by ogrisel over 2 years ago - 3 comments

#363 - Deadlock in _python_exit

Issue - State: closed - Opened by ogrisel over 2 years ago - 14 comments
Labels: bug

#362 - Fix typo

Pull Request - State: closed - Opened by moinnadeem over 2 years ago

#361 - DOC fix typo and _MAX_MEMORY_LEAK_SIZE in API.rst

Pull Request - State: closed - Opened by haim0n almost 3 years ago

#360 - Fix a deadlock when a parent process is killed with SIGKILL

Pull Request - State: closed - Opened by haim0n almost 3 years ago - 2 comments

#359 - Loky get_reusable_executor initializer fails to set global variable

Issue - State: open - Opened by DamianBarabonkovQC almost 3 years ago - 3 comments

#358 - Rename CFS to Cgroup in cpu_count doc and local variables

Pull Request - State: closed - Opened by ogrisel almost 3 years ago

#357 - Improve _kill_process_tree_without_psutil

Pull Request - State: closed - Opened by ogrisel almost 3 years ago
Labels: bug

#355 - Use /sys/fs/cgroup/cpu.max for CPU quotas

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 2 comments

#354 - CFS quota introspection does not work on recent linux kernel

Issue - State: closed - Opened by ogrisel almost 3 years ago

#353 - Release 3.1.0

Pull Request - State: closed - Opened by ogrisel almost 3 years ago

#352 - Code cleanups

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 4 comments

#351 - Increase timeout in test_thread_safety for PyPy

Pull Request - State: closed - Opened by ogrisel almost 3 years ago

#350 - Fix flaky test processes crash handling after executor gc

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 1 comment

#349 - Make executor tests use fewer workers with PyPy

Pull Request - State: closed - Opened by ogrisel almost 3 years ago

#348 - Fix kill_workers=True and a possible race condition in ExecutorMixin.teardown_method

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 7 comments
Labels: bug, testing

#347 - MAINT use plain text in subprocess

Pull Request - State: closed - Opened by glemaitre almost 3 years ago

#346 - Make test_semlock_failure independent of previous runs

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 7 comments

#345 - Put back import of Future from ._base

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#344 - Failure of a test `semlock_test_failure` in MacOS M1

Issue - State: closed - Opened by glemaitre almost 3 years ago - 2 comments

#343 - MAINT introduce black to loky

Pull Request - State: closed - Opened by glemaitre almost 3 years ago - 10 comments

#342 - MAINT remove some remaining python < 3.7

Pull Request - State: closed - Opened by glemaitre almost 3 years ago - 8 comments

#341 - MAINT minimal changes in context.py

Pull Request - State: closed - Opened by glemaitre almost 3 years ago - 2 comments

#340 - WIP make default resource_tracker ignore FileNotFoundError?

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 1 comment

#339 - MNT drop py < 3.7 support : delete remaining compat files

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 6 comments

#338 - Flacky test: test_processes_crash_handling_after_executor_gc

Issue - State: closed - Opened by ogrisel almost 3 years ago

#337 - MNT drop py < 3.7 support : delete _base

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#336 - MNT drop py < 3.7 support in test/utils

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 1 comment

#335 - MNT drop py < 3.7 support in test_worker_timeout

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#334 - MNT drop py < 3.7 support in test_loky_backend

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#333 - MNT drop py < 3.7 support in backend init

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#332 - MNT drop py < 3.7 support in utils

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 3 comments

#331 - MNT drop py < 3.7 support in spawn

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 1 comment

#330 - MNT drop py < 3.7 support in fork_exec

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 1 comment

#329 - MNT drop py < 3.7 support in context

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#328 - [FREEZE] ERROR at teardown of TestsProcessPoolForkserverExecutor.test_map_chunksize

Issue - State: closed - Opened by ogrisel almost 3 years ago - 3 comments
Labels: bug

#327 - Fix inconsistency in unstable test_terminate

Pull Request - State: closed - Opened by ogrisel almost 3 years ago - 1 comment

#326 - CI prevent test_thread_safety to timeout on pypy

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#325 - MNT drop py < 3.7 support in popen

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago

#324 - MNT drop py < 3.7 support in process

Pull Request - State: closed - Opened by jeremiedbb almost 3 years ago - 1 comment