Issue 19898: No tests for dequereviter_new (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64097
classification
Title: | No tests for dequereviter_new | ||
---|---|---|---|
Type: | behavior | Stage: | patch review |
Components: | Library (Lib), Tests | Versions: | Python 3.5 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | rhettinger | Nosy List: | Claudiu.Popa, christian.heimes, python-dev, rhettinger |
Priority: | low | Keywords: | patch |
Created on 2013-12-05 15:16 by christian.heimes, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
test_deque_19898.patch | Claudiu.Popa,2014-01-26 18:03 | review |
Messages (4) | ||
---|---|---|
msg205305 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2013-12-05 15:16 |
According to LCOV the dequereviter_new is never called by any test. http://tiran.bitbucket.org/python-lcov/Modules/_collectionsmodule.c.gcov.html#1408 | ||
msg209339 - (view) | Author: PCManticore (Claudiu.Popa) * ![]() |
Date: 2014-01-26 18:03 |
Hi. Here's a patch. | ||
msg220608 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-06-15 03:41 |
New changeset 4a48450f2505 by Raymond Hettinger in branch 'default': Issue 19898: Add test for dequereviter_new. http://hg.python.org/cpython/rev/4a48450f2505 | ||
msg220609 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2014-06-15 03:42 |
Thanks guys. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:55 | admin | set | github: 64097 |
2014-06-15 03:42:17 | rhettinger | set | status: open -> closedresolution: fixedmessages: + |
2014-06-15 03:41:42 | python-dev | set | nosy: + python-devmessages: + |
2014-06-14 21:16:27 | rhettinger | set | assignee: rhettingerversions: - Python 3.4 |
2014-06-14 20:23:59 | Claudiu.Popa | set | stage: needs patch -> patch reviewversions: + Python 3.5 |
2014-01-26 18:03:57 | Claudiu.Popa | set | files: + test_deque_19898.patchnosy: + Claudiu.Popamessages: + keywords: + patch |
2013-12-05 15:16:53 | christian.heimes | create |