Message 319736 - Python tracker
Message319736
| Author | martin.panter |
|---|---|
| Recipients | alex, cstratak, martin.panter, pablogsal, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2018-06-16.13:04:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529154277.62.0.56676864532.issue33630@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I doubt it is a race condition. “Waitpid” only returns after the child has terminated, and the file should be created as the child starts, before it terminates. Surely it is just the buggy glibc opening the DBDBDB file, when the test case expects it to create outfile. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-16 13:04:37 | martin.panter | set | recipients: + martin.panter, vstinner, alex, serhiy.storchaka, xiang.zhang, cstratak, pablogsal |
| 2018-06-16 13:04:37 | martin.panter | set | messageid: <1529154277.62.0.56676864532.issue33630@psf.upfronthosting.co.za> |
| 2018-06-16 13:04:37 | martin.panter | link | issue33630 messages |
| 2018-06-16 13:04:37 | martin.panter | create | |