[issue38575] Child process deadlock in subprocess.Popen

2021-05-28 Thread Irit Katriel
Irit Katriel added the comment: Python 2.7 is no longer supported and the code of subprocess has been changed a lot compared to what shows up in your traceback. Please create a new issue if you still see this problem in Python 3.9+. -- nosy: +iritkatriel resolution: -> out of date s

[issue38575] Child process deadlock in subprocess.Popen

2019-10-24 Thread Zhipeng Xie
New submission from Zhipeng Xie <775350...@qq.com>: Hi, we had a child process deadlock on _disabling_gc_lock in subprocess.Popen. It seems that after https://github.com/python/cpython/commit/5e8e371364ee58dadb9a4e4e51c7e9cf6bedbfae, subprocess.Popen no longer support to be called in preexec_