Created on 2017-09-25 10:29 by Oren Milman, last changed 2017-09-25 14:03 by vstinner.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 3750 | closed | vstinner, 2017-09-25 14:02 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-09-25 14:03:54 | vstinner | set | title: PyStructSequence_New() doesn't validate its input type (crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage -> PyStructSequence_New() doesn't validate its input type (crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage) |
2017-09-25 14:03:50 | vstinner | set | title: crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage -> PyStructSequence_New() doesn't validate its input type (crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage |
2017-09-25 14:03:27 | vstinner | set | nosy:
+ serhiy.storchaka |
2017-09-25 14:03:18 | vstinner | set | nosy:
+ vstinner messages: + msg302958 |
2017-09-25 14:02:22 | vstinner | set | keywords:
+ patch stage: patch review pull_requests: + pull_request3737 |
2017-09-25 10:58:17 | Oren Milman | set | title: struct_rusage -> crashes in os.wait3() and os.wait4() in case of a bad resource.struct_rusage versions: + Python 3.7 messages: + msg302945 components: + Extension Modules type: crash |
2017-09-25 10:29:33 | Oren Milman | create |