]> granicus.if.org Git - python/commit
Prevent test_queue from leaking: one worker thread was not stopped.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Apr 2008 21:23:34 +0000 (21:23 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Apr 2008 21:23:34 +0000 (21:23 +0000)
commitb4febc79331d2c182221e3172bc8927e95310aa9
treef821aaca6ab112bb0223bffaebb1c851aeddb422
parent36e6310e39c23a8082e270a809e3f0851910eec5
Prevent test_queue from leaking: one worker thread was not stopped.

The version in trunk/ is correct; the problem with 3.0 is that
None cannot be used as a marker in a PriorityQueue, because it cannot be compared with ints.
Lib/test/test_queue.py