Skip to content

Commit 5d60975

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ module API {
391391
or
392392
// Python 3 only
393393
result in [
394-
"ascii", "breakpoint", "bytes", "exec",
394+
"ascii", "breakpoint", "bytes", "exec", "aiter", "anext",
395395
// Exceptions
396396
"BlockingIOError", "BrokenPipeError", "ChildProcessError", "ConnectionAbortedError",
397397
"ConnectionError", "ConnectionRefusedError", "ConnectionResetError", "FileExistsError",

0 commit comments

Comments
 (0)