]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Nov 2017 14:41:32 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2017 14:41:32 +0000 (16:41 +0200)
commitbba2239c17a404fc99524bfbf8126c9b3b7fb343
tree2c4c5d628f724721340420e6781e39ceae0d9e54
parent60c3d3551a96febac7b6016fb44605643842c686
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)

Silence only expected AttributeError.
Parser/asdl_c.py
Python/Python-ast.c