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 vstinner
Recipients bquinlan, glangford, mark.dickinson, python-dev, sbt, tim.peters, vstinner
Date 2014-02-01.01:03:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYAXQXjQcCKaZxtX02=qcCJcDd21OApP1iuJXeOA9E=bw@mail.gmail.com>
In-reply-to <3fGGvt60ZXz7Ll5@mail.python.org>
Content
> New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default':
> Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed
> http://hg.python.org/cpython/rev/0bcf23a52d55

Hum, the change also contains:

+Fix warning message when `os.chdir()` fails inside
+  `test.support.temp_cwd()`.  Patch by Chris Jerdonek.

Is it related to this issue?
History
Date User Action Args
2014-02-01 01:03:46vstinnersetrecipients: + vstinner, tim.peters, bquinlan, mark.dickinson, python-dev, sbt, glangford
2014-02-01 01:03:46vstinnerlinkissue20319 messages
2014-02-01 01:03:46vstinnercreate