[issue43065] Delegating to thread and process deadlocks

2021-03-17 Thread doublex
Change by doublex : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43065> ___ ___ Python-bugs-list

[issue41567] multiprocessing.Pool from concurrent threads failure on 3.9.0rc1

2021-03-15 Thread doublex
doublex added the comment: Example code (fails): import os, concurrent.futures def parallel_callback( arg ): return os.getpid() def parallel( *args ): def thread_callback( param ): with concurrent.futures.ProcessPoolExecutor(max_workers=1) as executor: future

[issue43065] Delegating to thread and process deadlocks

2021-02-07 Thread doublex
Change by doublex : -- title: Delegating to thread and process stucks in 3.9.1 -> Delegating to thread and process deadlocks ___ Python tracker <https://bugs.python.org/issu

[issue43065] Delegating to thread and process stucks in 3.9.1

2021-02-07 Thread doublex
Change by doublex : -- components: +Library (Lib) -Interpreter Core title: 'concurrent.futures' stucks in 3.9.1 -> Delegating to thread and process stucks in 3.9.1 ___ Python tracker <https://bugs.python.org/issu

[issue43065] 'concurrent.futures' stucks in 3.9.1

2021-01-29 Thread doublex
New submission from doublex : Works with python 3.8 Fails with 3.9.1 (tested on CentOS 7 and Ubuntu 2004) Yes, sometimes is does not stuck... Command-line: python3.9 stuck.py -- components: Interpreter Core files: stuck.py messages: 385931 nosy: doublex priority: normal severity