Author ncoghlan
Recipients
Date 2006-08-12.14:09:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1038590

It's probably worth grabbing just the part of my patch that
added the _PyLong_AsClippedSsize_t internal interface to
longobject.h - this used an output variable to indicate
whether or not clipping occurred, making it easy for
abstract.c to decide how to proceed.

No doubt some modifications would be needed to fit in with
Travis's patch, though, and I won't have time to do that
this week.
History
Date User Action Args
2007-08-23 15:54:02adminlinkissue1538606 messages
2007-08-23 15:54:02admincreate