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.

Author andreash
Recipients andreash, ncoghlan, serhiy.storchaka, vbrozik, yselivanov
Date 2022-02-23.15:24:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645629866.64.0.765265450506.issue45184@roundup.psfhosted.org>
In-reply-to
Content
Inside the discussion an ExitPool class is sketched (https://mail.python.org/archives/list/python-ideas@python.org/message/66W55FRCYMYF73TVMDMWDLVIZK4ZDHPD/), which provides this removal of context managers.

What I learned is that this would have different cleanup mode (atexit style), as compared to present ExitStack cleanup (nested style). 

So contrary to what I was originally thinking ExitPool functionality would be close to, but not a strict superset of ExitStack functionality. Still such an ExitPool functionality would be extremely useful.
History
Date User Action Args
2022-02-23 15:24:26andreashsetrecipients: + andreash, ncoghlan, serhiy.storchaka, yselivanov, vbrozik
2022-02-23 15:24:26andreashsetmessageid: <1645629866.64.0.765265450506.issue45184@roundup.psfhosted.org>
2022-02-23 15:24:26andreashlinkissue45184 messages
2022-02-23 15:24:26andreashcreate