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 gchauvel
Recipients christian.heimes, gchauvel
Date 2021-03-25.10:11:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616667066.32.0.044494853391.issue43622@roundup.psfhosted.org>
In-reply-to
Content
that's not the polling in itself,
it's: polling returning event + setblocking(False) + recv() which blocks

note: the behavior is present for python3.6
History
Date User Action Args
2021-03-25 10:11:06gchauvelsetrecipients: + gchauvel, christian.heimes
2021-03-25 10:11:06gchauvelsetmessageid: <1616667066.32.0.044494853391.issue43622@roundup.psfhosted.org>
2021-03-25 10:11:06gchauvellinkissue43622 messages
2021-03-25 10:11:05gchauvelcreate