[issue15567] threading.py contains undefined name in self-test code

Stefan Behnel report at bugs.python.org
Mon Aug 6 13:05:23 CEST 2012


New submission from Stefan Behnel:

Line 912 of threading.py, Py2.7, reads:

            self.queue = deque()

"deque" hasn't been imported.

----------
components: Library (Lib)
messages: 167554
nosy: scoder
priority: normal
severity: normal
status: open
title: threading.py contains undefined name in self-test code
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list