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 mark.dickinson, paul.moore, pitrou, python-dev, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2015-11-07.16:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446912903.25.0.275318311359.issue24999@psf.upfronthosting.co.za>
In-reply-to
Content
test_audioop fails because (int)((double)0x12345678+0.0) is truncated to 0x12345680 and (int)((double)-0x456789ab+0.0) to -0x45678980.
History
Date User Action Args
2015-11-07 16:15:03serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, paul.moore, mark.dickinson, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, zach.ware, steve.dower
2015-11-07 16:15:03serhiy.storchakasetmessageid: <1446912903.25.0.275318311359.issue24999@psf.upfronthosting.co.za>
2015-11-07 16:15:03serhiy.storchakalinkissue24999 messages
2015-11-07 16:15:03serhiy.storchakacreate