Message7320

Author pjenvey
Recipients Arfrever, fwierzbicki, pjenvey
Date 2012-07-14.02:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342231460.11.0.957531838339.issue1929@psf.upfronthosting.co.za>
In-reply-to
Content
This patch breaks when a type returns a long that can fit into an int (e.g. 3L) or a faux-int (a type that implements __int__).

What you want is to return res.asInt() and it should take care of all those details. A test would be nice too (unless there's already some in the stdlib, which I hope there are =] )
History
Date User Action Args
2012-07-14 02:04:20pjenveysetmessageid: <1342231460.11.0.957531838339.issue1929@psf.upfronthosting.co.za>
2012-07-14 02:04:20pjenveysetrecipients: + pjenvey, fwierzbicki, Arfrever
2012-07-14 02:04:19pjenveylinkissue1929 messages
2012-07-14 02:04:19pjenveycreate