[New-bugs-announce] [issue11815] Simplifications in concurrent.futures

Antoine Pitrou report at bugs.python.org
Sun Apr 10 01:37:47 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

Queue.get(block=True) cannot raise EmptyError, meaning there's some dead code that we can remove.

----------
components: Library (Lib)
files: cfsimplify.patch
keywords: patch
messages: 133435
nosy: bquinlan, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: Simplifications in concurrent.futures
type: resource usage
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file21597/cfsimplify.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11815>
_______________________________________


More information about the New-bugs-announce mailing list