diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-01-19 06:42:22 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-01-19 06:42:22 (GMT) |
commit | 4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8 (patch) | |
tree | 353950f22d1b86b456d1d5592af1690611ed5583 /Misc | |
parent | a6c0b598141310a92c7b6fb7111365f9fd457086 (diff) | |
download | cpython-4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8.zip cpython-4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8.tar.gz cpython-4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8.tar.bz2 |
Prefix AST symbols with _Py_. Fixes #1637022.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Bug #1637022: Prefix AST symbols with _Py_. + - Prevent seg fault on shutdown which could occur if an object raised a warning. |