Message367023
| Author | vstinner |
|---|---|
| Recipients | BTaskaya, eryksun, miss-islington, vstinner |
| Date | 2020-04-22.16:54:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1587574443.81.0.858515588592.issue40094@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
""" TODO: * Decide if subprocess should reject WIFSTOPPED() or not. * Check if the pure Python implementation of os._spawnvef() handles WIFSTOPPED() properly. """ Well, let's keep the status quo: leave os and subprocess modules unchanged. It can be revisited later if needed. My intent when I created this issue wasn't to change the behavior of other modules, just to add a new function to remove duplicated code ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-22 16:54:03 | vstinner | set | recipients: + vstinner, eryksun, miss-islington, BTaskaya |
| 2020-04-22 16:54:03 | vstinner | set | messageid: <1587574443.81.0.858515588592.issue40094@roundup.psfhosted.org> |
| 2020-04-22 16:54:03 | vstinner | link | issue40094 messages |
| 2020-04-22 16:54:03 | vstinner | create | |