]> granicus.if.org Git - python/commit
Issue #24098: Fixed possible crash when AST is changed in process of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 18:55:49 +0000 (21:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Oct 2016 18:55:49 +0000 (21:55 +0300)
commit5e80855af3537f9715b33539d5b9860ca533a288
treeb6edf52a3ef9345a3ce4d44e38cf4d585f7ef9c2
parent3df053e556c27dd8ed8fd20e1f1d652284132ff1
parentcf3806026b4f9784f97fce168695c3b4a6bbd8a5
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c