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 <rep...@bugs.python.org> <http://bugs.python.org/issue15567> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com