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 alex.gronholm
Recipients alex.gronholm, asvetlov, yselivanov
Date 2022-02-20.23:22:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Yeah, my question was specific about the new functions, so I understood that a separate PR should add that to the all the relevant functions.

I have a different problem now however: the test suite is failing in CI but not locally. It's giving me NameError about a function used by existing tests but for some reason, it's not defined in the scope of the new test functions?!?

The proactor version of sock_recvfrom_into() is giving me quite a bit of trouble, as it seems to require heavy handed changes in _overlapped.c. 

I'm also not very successful in testing cases where sendto() would fill the kernel buffer and raise BlockingIOError. With TCP this is easy but with UDP near impossible to do in a controlled fashion in the test suite.
History
Date User Action Args
2022-02-20 23:22:28alex.gronholmsetrecipients: + alex.gronholm, asvetlov, yselivanov
2022-02-20 23:22:28alex.gronholmsetmessageid: <[email protected]>
2022-02-20 23:22:28alex.gronholmlinkissue46805 messages
2022-02-20 23:22:28alex.gronholmcreate