[issue2147] int operations no longer overflow

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I think I fixed the remaining locations in r63055. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2147] int operations no longer overflow

2008-02-19 Thread Will Robinson
Will Robinson added the comment: Just jumping in to say the colleague Neal refers to is me, and I'm interested in the resolution to this bug. Thanks in advance for your help. -- nosy: +willrobinson __ Tracker <[EMAIL PROTECTED]>

[issue2147] int operations no longer overflow

2008-02-19 Thread Neal Norwitz
New submission from Neal Norwitz: Georg, I hope you don't mind me assigning this to you. Feel free to unassign. A colleague pointed me to section 5.7 in the old ref doc: http://docs.python.org/ref/shifting.html It says that shifting operations lose data on overflow. This info is outdated bas