Author mwh
Recipients
Date 2005-04-06.13:47:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch removes longobject.c abuse of ob_size to store the sign 
in favour of an explicit sign member, as mentioned on python-dev.

The only other file that needed modifying is marshal.c (but the 
marshal format isn't changed).

It doesn't touch all the various code that handles ob_size 
generically.
History
Date User Action Args
2007-08-23 15:42:37adminlinkissue1177779 messages
2007-08-23 15:42:37admincreate