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 vstinner
Recipients akhramov, koobs, ned.deily, ronaldoussoren, shihai1991, vstinner
Date 2019-08-14.21:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565817712.04.0.901377284054.issue37811@roundup.psfhosted.org>
In-reply-to
Content
New changeset 28146206578ebe1b84b48e6f255738a227058c04 by Victor Stinner (Artem Khramov) in branch 'master':
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
https://github.com/python/cpython/commit/28146206578ebe1b84b48e6f255738a227058c04
History
Date User Action Args
2019-08-14 21:21:52vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, koobs, shihai1991, akhramov
2019-08-14 21:21:52vstinnersetmessageid: <1565817712.04.0.901377284054.issue37811@roundup.psfhosted.org>
2019-08-14 21:21:52vstinnerlinkissue37811 messages
2019-08-14 21:21:51vstinnercreate