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 pablogsal
Recipients alex, cstratak, pablogsal, serhiy.storchaka, vstinner, xiang.zhang
Date 2018-06-13.12:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528894278.01.0.947875510639.issue33630@psf.upfronthosting.co.za>
In-reply-to
Content
If we want to support older versions of glibc a temporary (and somewhat inelegant) workaround is storing the temporaries in a list that the caller passes and destroy the list after calling `posix_spawn`.
History
Date User Action Args
2018-06-13 12:51:18pablogsalsetrecipients: + pablogsal, vstinner, alex, serhiy.storchaka, xiang.zhang, cstratak
2018-06-13 12:51:18pablogsalsetmessageid: <1528894278.01.0.947875510639.issue33630@psf.upfronthosting.co.za>
2018-06-13 12:51:17pablogsallinkissue33630 messages
2018-06-13 12:51:17pablogsalcreate