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 ntc2
Recipients asvetlov, ntc2, yselivanov
Date 2021-08-02.08:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627894252.91.0.248062362357.issue44805@roundup.psfhosted.org>
In-reply-to
Content
Oh, and I can't count: there are 16 = 4x4 possible combinations of socket closure modes for the client and server. The one I missed was Client='', Server=SA, where everything works because the client doesn't reuse file descriptors and the server closes its sockets correctly.
History
Date User Action Args
2021-08-02 08:50:52ntc2setrecipients: + ntc2, asvetlov, yselivanov
2021-08-02 08:50:52ntc2setmessageid: <1627894252.91.0.248062362357.issue44805@roundup.psfhosted.org>
2021-08-02 08:50:52ntc2linkissue44805 messages
2021-08-02 08:50:52ntc2create