commit | 7e1b8faacc60fcd201b20a88e768c5ece2ee27f3 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Wed Nov 26 17:22:04 2008 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Wed Nov 26 17:22:04 2008 +0000 |
tree | da22e32a6f18bbdf99924cea9520f7118755856a | |
parent | 1ff110d8b3bfc204e401ac69576180f81cd6923a [diff] [blame] |
- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.
diff --git a/Misc/NEWS b/Misc/NEWS index 091ef43..6145654 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ - Issue #4367: Python would segfault during compiling when the unicodedata module couldn't be imported and \N escapes were present. +- Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. + Library -------