commit | 9d179ce4f9305f9e8e8ed1a7bba93c2d827f39a1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 19 06:42:33 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 19 06:42:33 2007 +0000 |
tree | 0446b9477afd45ac3dcdfc84ad9666a8f74f9083 | |
parent | fa941b9392d4061714a303cf00d4cdd7f18ee864 [diff] [blame] |
Prefix AST symbols with _Py_. Fixes #1637022.
diff --git a/Misc/NEWS b/Misc/NEWS index f277450..e16ba88 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1637022: Prefix AST symbols with _Py_. + - Prevent seg fault on shutdown which could occur if an object raised a warning.