Guido van Rossum added the comment:

Good point.  Asyncio definitely should not share event loops across forked 
processes.  However, I don't like the dependency on multiprocessing (even 
though it's in the stdlib) -- can't the policy just use os.getpid()?
Also, I've got a feeling that maybe the pid should be part of the policy state 
instead of the loop state?  The policy could just reset self._local when the 
pid doesn't match.

----------

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

Reply via email to