Issue 7871: Duplicate test method in test_heapq (original) (raw)
Issue7871
Created on 2010-02-07 12:53 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg98995 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2010-02-07 12:53 |
test_heap has a duplicate "test_get_only" test method, and the one that's overwritten seems to end up in an infinite loop. | ||
msg110004 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010-07-11 13:22 |
Hardly a showstopper, but shouldn't this file have been patched before the release of Python 2.7? | ||
msg110005 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2010-07-11 13:25 |
If no one did, it will have to be done for 2.7.1. | ||
msg114642 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2010-08-22 08:12 |
Fixed in r84255. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:57 | admin | set | github: 52119 |
2010-08-22 08:12:25 | rhettinger | set | status: open -> closedresolution: fixedmessages: + |
2010-08-08 01:39:58 | rhettinger | set | priority: normal -> high |
2010-07-11 13:25:08 | ezio.melotti | set | nosy: + ezio.melottimessages: + stage: needs patch |
2010-07-11 13:22:19 | BreamoreBoy | set | nosy: + BreamoreBoymessages: + |
2010-02-07 12:53:23 | georg.brandl | create |