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 Sebastian.Kreft.Deezer
Recipients Sebastian.Kreft.Deezer, bquinlan, glangford, mark.dickinson, pitrou, python-dev, sbt, tim.peters, vstinner
Date 2014-06-04.08:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401870153.64.0.428124328502.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
@haypo: I've reproduced the issue with both 2 and 3 processes in parallel.

@glangford: the wait is actually returning after the 15 seconds, although nothing is reported as finished. So, it's getting stuck in the while loop. However, I imagine that without timeout, the call would block forever.

What kind of debug information from the futures would be useful?
History
Date User Action Args
2014-06-04 08:22:33Sebastian.Kreft.Deezersetrecipients: + Sebastian.Kreft.Deezer, tim.peters, bquinlan, mark.dickinson, pitrou, vstinner, python-dev, sbt, glangford
2014-06-04 08:22:33Sebastian.Kreft.Deezersetmessageid: <1401870153.64.0.428124328502.issue20319@psf.upfronthosting.co.za>
2014-06-04 08:22:33Sebastian.Kreft.Deezerlinkissue20319 messages
2014-06-04 08:22:33Sebastian.Kreft.Deezercreate