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 Jeffrey.Walton
Recipients Jeffrey.Walton, alex, alexandre.vassalotti, christian.heimes, deadshort, dmalcolm, donmez, fweimer, gregory.p.smith, gvanrossum, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, serhiy.storchaka, vstinner, ztane
Date 2016-07-16.19:03:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH8yC8kkbpZZqMc5W2uUKP11wtgMKtHoa6ct=E=t7iKnuAp6Tw@mail.gmail.com>
In-reply-to <1468682160.67.0.551884707716.issue1621@psf.upfronthosting.co.za>
Content
>  Has this sort of thing been done in other projects?

Yes.

If you are using C, you can use safe_iop. Android uses it for safer
integer operations. If you are using C++, you can use David LeBlanc's
SafeInt class. Microsoft uses it for safer inter operations.

Jeff
History
Date User Action Args
2016-07-16 19:03:35Jeffrey.Waltonsetrecipients: + Jeffrey.Walton, gvanrossum, loewis, nnorwitz, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, jwilk, alex, dmalcolm, python-dev, deadshort, martin.panter, serhiy.storchaka, ztane, fweimer
2016-07-16 19:03:35Jeffrey.Waltonlinkissue1621 messages
2016-07-16 19:03:35Jeffrey.Waltoncreate