Skip to content

Commit bc3b31e

Browse files
authored
gh-86404: [doc] A make sucpicious false positive. (GH-93710)
1 parent 010284b commit bc3b31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/tools/susp-ignored.csv

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ library/itertools,,:step,elements from seq[start:stop:step]
172172
library/itertools,,::,kernel = tuple(kernel)[::-1]
173173
library/itertools,,:stop,elements from seq[start:stop:step]
174174
library/logging.handlers,,:port,host:port
175+
library/logging,,:root,WARNING:root:Watch out!
176+
library/logging,,:Watch,WARNING:root:Watch out!
175177
library/mmap,,:i2,obj[i1:i2]
176178
library/multiprocessing,,`,# Add more tasks using `put()`
177179
library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"

0 commit comments

Comments
 (0)