]> granicus.if.org Git - python/commit
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.param...
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 14 Jul 2019 23:32:18 +0000 (01:32 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2019 23:32:18 +0000 (16:32 -0700)
commitcd6e83b4810549c308ab2d7315dbab526e35ccf6
tree978814533cacd17ee669ef32504e502acd4f7a20
parent8b7db5a1114e2113a756bdf8877fbe366055c69a
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)

https://bugs.python.org/issue37593
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