]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24098: Fixed possible crash when AST is changed in process of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 18:51:09 +0000 (21:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 18:51:09 +0000 (21:51 +0300)
commit08995a3390a9d44f27225d7aca5b904248f7f11e
tree5f2dc9c0bd1666863b542c9adcbd3a730b39b639
parentbc4bdbd6a8a103afbf6525f7ee13802147001894
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c