cpython/Parser
Miss Islington (bot) 032bf30643
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
PyAST_obj2mod_ex() is similar to PyAST_obj2mod() with an additional
'feature_version' parameter which is unused.
(cherry picked from commit 022ac0a497)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-06-13 00:46:01 -07:00
..
pgen
Python.asdl bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) 2019-05-27 15:31:52 -04:00
acceler.c
asdl.py
asdl_c.py bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) 2019-06-13 00:46:01 -07:00
grammar1.c
listnode.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
token.c
tokenizer.c
tokenizer.h