From 7df6d3d47688ebe8244b8a43718cc1959222bbee Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 23 Feb 2003 23:45:16 +0000 Subject: [PATCH] Fix SF bug #691793, Python 2.3a2 build fails on Tru64 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3