Closed mirokymac closed 3 years ago
I noticed this issue once, but when I tried to replicate with another Python 3 setup, I did not see this error. This may be version specific. Can you confirm this PR does not lead to issues with Python 2 implementations?
This fix is originally tested by 3.8.6.
I have just checked with 2.7.18, no error occured.
Since in Python3 filter return Iter not List, len() will raise exception.