This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BreamoreBoy
Recipients BreamoreBoy, belopolsky, bob.ippolito, fredrik_j, mark.dickinson, pitrou, rhettinger, theller
Date 2010-07-14.23:09:22
SpamBayes Score 0.010786515
Marked as misclassified No
Message-id <1279148964.58.0.231505531756.issue887237@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps people could review the latest patch in view of the following.

1) Quote from Mark Dickinson msg75815

"I think this would be valuable for rapid prototyping
of an algorithm in Python before translating it into
C.  In particular, it might help with detecting some
common C code bugs involving undefined behaviour---for
example, overflow in signed-integer arithmetic."

2) issue1621 "Do not assume signed integer overflow behavior"

Perhaps this could be treated as purely experimental?  (This might have been suggested already, sorry if I've missed it). Whatever happens I'd be glad to help out if possible, the big asset I have compared to others is time as I only work part time.
History
Date User Action Args
2010-07-14 23:09:24BreamoreBoysetrecipients: + BreamoreBoy, theller, rhettinger, bob.ippolito, mark.dickinson, belopolsky, pitrou, fredrik_j
2010-07-14 23:09:24BreamoreBoysetmessageid: <1279148964.58.0.231505531756.issue887237@psf.upfronthosting.co.za>
2010-07-14 23:09:22BreamoreBoylinkissue887237 messages
2010-07-14 23:09:22BreamoreBoycreate