STINNER Victor <vstin...@redhat.com> added the comment:

> 2) ignore EBADF(OSError: [WinError 6] The handle is invalid) in terminate() 
> and probably some other methods

That sounds like a bad idea. We should avoid using a handle if it can become 
invalid out of our control. A handle might be recycled, no?

----------
nosy: +vstinner

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

Reply via email to