[Twisted-Python] [RFC] Drop support for Python 3.5 sometime after May 2021?

Tom Most twm at freecog.net
Tue May 19 12:14:29 MDT 2020


On Tue, May 19, 2020, at 5:41 AM, Jean-Paul Calderone wrote:
> On Tue, May 19, 2020 at 8:33 AM Barry Scott <barry.scott at forcepoint.com> wrote:
>> Why not waitpid for all children (pid=0 or pid=-1) in a single call? 
> 
> Because then you might reap a child process someone launched with a different API - eg the Python subprocess module.

Exactly. I am currently using this as a workaround, but it's not a general solution. You need to be careful because subprocess use hides in many places. For example, beware uuid.uuid1().

---Tom

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20200519/a2a8aae0/attachment.htm>


More information about the Twisted-Python mailing list