]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.param...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2019 23:49:52 +0000 (16:49 -0700)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2019 23:49:52 +0000 (16:49 -0700)
commitcf9a63c6c7e19f3d27cf3b5731d02cc216ef3dd1
tree087fb25d3e2aea6ef3bdcc9a8b4eda8637a1b83f
parent3958b7aae8cc7c571a842ff43c1dea1da9abdd9d
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)

https://bugs.python.org/issue37593
(cherry picked from commit cd6e83b4810549c308ab2d7315dbab526e35ccf6)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Include/Python-ast.h
Lib/importlib/_bootstrap_external.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2019-07-14-23-57-27.bpo-37593.yHSTwH.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/importlib_external.h