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

2012-08-09 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

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

2012-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 260f3ad7af4b by Brian Curtin in branch '2.7': Fix #15567. collections.deque wasn't imported http://hg.python.org/cpython/rev/260f3ad7af4b -- nosy: +python-dev ___ Python tracker

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

2012-08-06 Thread Stefan Behnel
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 nam