]> granicus.if.org Git - python/commit
Forward port MvL's fix in 43227:
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 23 Mar 2006 05:39:47 +0000 (05:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 23 Mar 2006 05:39:47 +0000 (05:39 +0000)
commite98ccf66902f10ce2daaa33a22fb8ee8d99de18f
tree41e520b10ee42e64e198c6aef48c3f397f1d7e13
parent4d073bb9a1f72383e0ba78356a09c3799b41add6
Forward port MvL's fix in 43227:

Fix crash when a Unicode string containing an encoding declaration is
compile()d. Fixes #1115379.
Lib/test/test_compile.py
Misc/NEWS
Python/ast.c