This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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) * (Python committer) 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) * (Python triager) Date: 2014-01-26 18:03
Hi. Here's a patch.
msg220608 - (view) Author: Roundup Robot (python-dev) (Python triager) 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) * (Python committer) Date: 2014-06-15 03:42
Thanks guys.
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64097
2014-06-15 03:42:17rhettingersetstatus: open -> closed
resolution: fixed
messages: + msg220609
2014-06-15 03:41:42python-devsetnosy: + python-dev
messages: + msg220608
2014-06-14 21:16:27rhettingersetassignee: rhettinger
versions: - Python 3.4
2014-06-14 20:23:59Claudiu.Popasetstage: needs patch -> patch review
versions: + Python 3.5
2014-01-26 18:03:57Claudiu.Popasetfiles: + test_deque_19898.patch

nosy: + Claudiu.Popa
messages: + msg209339

keywords: + patch
2013-12-05 15:16:53christian.heimescreate