[Cython] Overflow semantics in pure Python mode
Willem Broekema
metawilm at gmail.com
Thu Nov 6 17:37:45 CET 2008
On Thu, Nov 6, 2008 at 5:17 PM, Robert Bradshaw
<robertwb at math.washington.edu> wrote:
> Um, No. If you declare a variable to be int then it *will* overflow
> when compiled but not (currently) when interpreted.
The question was not intended as "will overflow happen?" but "may a
developer make use of it?" The answer to the second question must be
"no" otherwise the equivalence is gone.
- Willem
More information about the Cython-dev
mailing list