Antoine Pitrou <pit...@free.fr> added the comment:

> I have to investigate how Process.sentinel can be used here.

Look how concurrent.futures uses it:
https://github.com/python/cpython/blob/master/Lib/concurrent/futures/process.py#L348

This also means:
1) we could redirect people to ProcessPoolExecutor instead of trying to 
backport all its features into multiprocessing.Pool
2) we could try to refactor the ProcessPoolExecutor implementation into a 
common backend for both ProcessPoolExecutor and multiprocessing.Pool

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to