]> granicus.if.org Git - python/commit
bpo-37112: Allow compile to work on AST with positional only arguments with defaults...
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 31 May 2019 13:09:49 +0000 (14:09 +0100)
committerGitHub <noreply@github.com>
Fri, 31 May 2019 13:09:49 +0000 (14:09 +0100)
commit2f58a84104ef64f71deb71d264305bcd73e59c97
tree426cce960edbd6257d909a6bde225ab935c7bb43
parented222a74a0ada1cb89ba0fd81f64e404ac50778d
bpo-37112: Allow compile to work on AST with positional only arguments with defaults (GH-13697)
Lib/test/test_ast.py
Python/ast.c