Message354823
On Windows, the threads reading pipes continue to run even after the direct child process exited.
Problem: at Python exit (main process), Python hangs on calling threading._shutdown() which waits until all Python threads complete.
One enhancement would be to spawn subprocess.Popen.communicate() internal threads as daemon threads. So threading._shutdown() would not wait for them at Python exit. |
|
| Date |
User |
Action |
Args |
| 2019-10-16 23:43:43 | vstinner | set | recipients:
+ vstinner, jkloth, miss-islington |
| 2019-10-16 23:43:43 | vstinner | set | messageid: <[email protected]> |
| 2019-10-16 23:43:43 | vstinner | link | issue38207 messages |
| 2019-10-16 23:43:43 | vstinner | create | |
|