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 asvetlov
Recipients asvetlov, benjamin.peterson, yselivanov
Date 2019-11-05.10:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572950129.13.0.606214322207.issue38692@roundup.psfhosted.org>
In-reply-to
Content
Awesome!

I think the patch can be splitted in os.pidfd_open() and asyncio part itself.

os modification is clear.

asyncio part looks correct after the brief view. 
My the main question is: how to detect if the new watcher can be used or asyncio should fallback to threaded based solution?
History
Date User Action Args
2019-11-05 10:35:29asvetlovsetrecipients: + asvetlov, benjamin.peterson, yselivanov
2019-11-05 10:35:29asvetlovsetmessageid: <1572950129.13.0.606214322207.issue38692@roundup.psfhosted.org>
2019-11-05 10:35:29asvetlovlinkissue38692 messages
2019-11-05 10:35:28asvetlovcreate