[issue41464] Increase Code Coverage for operator.py

2020-08-03 Thread Irit Katriel
Irit Katriel added the comment: duplicates bpo-39664 -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41464] Increase Code Coverage for operator.py

2020-08-03 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +20860 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21717 ___ Python tracker ___ ___

[issue41464] Increase Code Coverage for operator.py

2020-08-03 Thread Irit Katriel
New submission from Irit Katriel : Lib\operator.py currently missing coverage for not_, index and error cases of length_hint and iconcat. -- components: Tests messages: 374742 nosy: iritkatriel priority: normal severity: normal status: open title: Increase Code Coverage for operator.py