Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d60975

Browse files
committed
1 parent 7c3b68b commit 5d60975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)