Message 189588 - Python tracker

Message189588

Author pitrou
Recipients ddvento@ucar.edu, erob, pitrou
Date 2013-05-19.13:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368970395.11.0.481398717555.issue17085@psf.upfronthosting.co.za>
In-reply-to
Content
ddvento, I'm afraid you'll have to diagnose a bit more by tracing what happens during test_sendall_interrupted and test_sendall_interrupted_with_timeout. These test cases have a legitimate use for arming an alarm signal, but for some reason it seems the signal is triggered after those tests finish. Try printing exactly what happens at each step in those tests.

Etienne, I'm not sure what the issue specifically is. Is Linux TIPC has a memory leak issue, it isn't really Python's problem. If any case, it is a separate issue and therefore should be discussed on a separate bug entry.
History
Date User Action Args
2013-05-19 13:33:15pitrousetrecipients: + pitrou, erob, ddvento@ucar.edu
2013-05-19 13:33:15pitrousetmessageid: <1368970395.11.0.481398717555.issue17085@psf.upfronthosting.co.za>
2013-05-19 13:33:15pitroulinkissue17085 messages
2013-05-19 13:33:14pitroucreate