[issue31573] crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage

STINNER Victor report at bugs.python.org
Mon Sep 25 10:03:18 EDT 2017


STINNER Victor added the comment:

Attached PR 3750 tries to validate the input type. The problem is that structseq is not exactly a type. It's hard to really validate everything. See the comment test in my PR.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31573>
_______________________________________


More information about the Python-bugs-list mailing list