Message11384

Author zyasoft
Recipients jamesmudd, zyasoft
Date 2017-05-19.03:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495163212.26.0.572926599172.issue2584@psf.upfronthosting.co.za>
In-reply-to
Content
James, I suspect it is related to #2517 - nearly all of these tests are from CPython and many are fairly abusive with respect to how they manage socket communication and subsequent cleanup. This especially seems to be the case with respect to how GC interacts here.

Not certain what more we can do other than more carefully go through our socket code to ensure mapping between C socket and Netty semantics, both of which seem to be rather undocumented in these scenarios.
History
Date User Action Args
2017-05-19 03:06:52zyasoftsetmessageid: <1495163212.26.0.572926599172.issue2584@psf.upfronthosting.co.za>
2017-05-19 03:06:52zyasoftsetrecipients: + zyasoft, jamesmudd
2017-05-19 03:06:52zyasoftlinkissue2584 messages
2017-05-19 03:06:51zyasoftcreate