From: Neal Norwitz Date: Sun, 23 Feb 2003 23:45:16 +0000 (+0000) Subject: Fix SF bug #691793, Python 2.3a2 build fails on Tru64 X-Git-Tag: v2.2.3c1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7df6d3d47688ebe8244b8a43718cc1959222bbee;p=thirdparty%2FPython%2Fcpython.git Fix SF bug #691793, Python 2.3a2 build fails on Tru64 --- diff --git a/Misc/NEWS b/Misc/NEWS index dc77362cd083..bd5b05ecd04a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,9 @@ What's New in Python 2.2.3 ? Release date: XX-XXX-2003 ============================ +- Fix problem building on OSF1 because the compiler only accepted + preprocessor directives that start in column 1. (SF bug #691793.) + - Fixed two places in PyObject_Generic{Get,Set}Attr() where the tp_descr_{get,set} slot of a descriptor's type was accessed without checking tp_flags whether those slots actually exist. This could