Message365258
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2020-03-29.15:02:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1585494137.75.0.618531869318.issue40094@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I modified my PR to add Windows support. On Windows, os.waitpid() status also requires an operation (shif right by 8 bits) to get an exitcode from the waitpid status. So IMO it's worth it to add it to Windows as well, which makes the function even more useful ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-29 15:02:17 | vstinner | set | recipients: + vstinner |
| 2020-03-29 15:02:17 | vstinner | set | messageid: <1585494137.75.0.618531869318.issue40094@roundup.psfhosted.org> |
| 2020-03-29 15:02:17 | vstinner | link | issue40094 messages |
| 2020-03-29 15:02:17 | vstinner | create | |