This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:37martin.pantersetrecipients: + martin.panter, vstinner, alex, serhiy.storchaka, xiang.zhang, cstratak, pablogsal
2018-06-16 13:04:37martin.pantersetmessageid: <1529154277.62.0.56676864532.issue33630@psf.upfronthosting.co.za>
2018-06-16 13:04:37martin.panterlinkissue33630 messages
2018-06-16 13:04:37martin.pantercreate