Skip to content

Commit de833b6

Browse files
authored
Fix 'make suspicious' for the itertools module (GH-24097)
1 parent c8a87ad commit de833b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tools/susp-ignored.csv

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ library/ipaddress,,::,2001:db00::0/24
168168
library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
169169
library/ipaddress,,::,2001:db00::0/ffff:ff00::
170170
library/itertools,,:step,elements from seq[start:stop:step]
171+
library/itertools,,::,kernel = tuple(kernel)[::-1]
171172
library/itertools,,:stop,elements from seq[start:stop:step]
172173
library/logging.handlers,,:port,host:port
173174
library/mmap,,:i2,obj[i1:i2]

0 commit comments

Comments
 (0)