This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: recursive ProcessPoolExecutor invoke unable to return result
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: bquinlan, evan0greenup, pitrou
Priority: normal Keywords:

Created on 2021-11-09 08:15 by evan0greenup, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
hello.py evan0greenup, 2021-11-09 08:15
hello.py evan0greenup, 2021-11-09 08:16
Messages (1)
msg406003 - (view) Author: Evan Greenup (evan0greenup) Date: 2021-11-09 08:15
Read the hello.py in attachment.

This simple shallow recursion will never return result.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89922
2021-11-12 21:50:38terry.reedysetnosy: + bquinlan, pitrou
2021-11-09 08:16:37evan0greenupsetfiles: + hello.py
2021-11-09 08:15:50evan0greenupcreate