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 serhiy.storchaka
Recipients serhiy.storchaka, tim.golden
Date 2013-10-27.20:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382904998.32.0.264617071706.issue19418@psf.upfronthosting.co.za>
In-reply-to
Content
But it adds warnings on 32-bit platform with GCC.

/home/serhiy/py/cpython/Modules/audioop.c:18:61: warning: integer overflow in expression [-Woverflow]
/home/serhiy/py/cpython/Modules/audioop.c: In function ‘audioop_minmax’:
/home/serhiy/py/cpython/Modules/audioop.c:437:33: warning: integer overflow in expression [-Woverflow]
History
Date User Action Args
2013-10-27 20:16:38serhiy.storchakasetrecipients: + serhiy.storchaka, tim.golden
2013-10-27 20:16:38serhiy.storchakasetmessageid: <1382904998.32.0.264617071706.issue19418@psf.upfronthosting.co.za>
2013-10-27 20:16:38serhiy.storchakalinkissue19418 messages
2013-10-27 20:16:38serhiy.storchakacreate