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 njs
Recipients aeros, asvetlov, benjamin.peterson, nanjekyejoannah, njs, vstinner, yselivanov
Date 2019-11-05.22:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572993592.49.0.0569756353814.issue38692@roundup.psfhosted.org>
In-reply-to
Content
hasattr is useful for supporting old versions of the os module, but asyncio doesn't have to care about that. You should probably try calling pidfd_open and see whether you get -ESYSCALL, and also maybe try passing it to poll(), since I think there might have been a release where the syscall existed but it wasn't pollable. Not sure what the error for that looks like.
History
Date User Action Args
2019-11-05 22:39:52njssetrecipients: + njs, vstinner, benjamin.peterson, asvetlov, yselivanov, nanjekyejoannah, aeros
2019-11-05 22:39:52njssetmessageid: <1572993592.49.0.0569756353814.issue38692@roundup.psfhosted.org>
2019-11-05 22:39:52njslinkissue38692 messages
2019-11-05 22:39:52njscreate