mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Support aiter and anext (new in 3.10)
See - https://docs.python.org/3/whatsnew/3.10.html#other-language-changes - https://docs.python.org/3.10/library/functions.html#aiter - https://docs.python.org/3.10/library/functions.html#anext
This commit is contained in:
@@ -391,7 +391,7 @@ module API {
|
||||
or
|
||||
// Python 3 only
|
||||
result in [
|
||||
"ascii", "breakpoint", "bytes", "exec",
|
||||
"ascii", "breakpoint", "bytes", "exec", "aiter", "anext",
|
||||
// Exceptions
|
||||
"BlockingIOError", "BrokenPipeError", "ChildProcessError", "ConnectionAbortedError",
|
||||
"ConnectionError", "ConnectionRefusedError", "ConnectionResetError", "FileExistsError",
|
||||
|
||||
Reference in New Issue
Block a user