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 tontinton
Recipients tontinton
Date 2020-07-08.17:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594228808.35.0.788748619653.issue41246@roundup.psfhosted.org>
In-reply-to
Content
In IocpProactor I saw that the callbacks to the functions recv, recv_into, recvfrom, sendto, send and sendfile all give the same callback function for when the overlapped operation is done.

I just wanted cleaner code so I made a static function inside the class that I give to each of these functions as the overlapped callbacks.
History
Date User Action Args
2020-07-08 17:20:08tontintonsetrecipients: + tontinton
2020-07-08 17:20:08tontintonsetmessageid: <1594228808.35.0.788748619653.issue41246@roundup.psfhosted.org>
2020-07-08 17:20:08tontintonlinkissue41246 messages
2020-07-08 17:20:08tontintoncreate