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
Date 2012-05-04.14:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336142237.23.0.0183531993231.issue14722@psf.upfronthosting.co.za>
In-reply-to
Content
In function convertsimple() in Python/getargs.c possible converting out of float range value from double to float.

Fortunately, 'f' format character is not used in CPython source code. But it can be used in the extensions.

Tests will be later.
History
Date User Action Args
2012-05-04 14:37:17serhiy.storchakasetrecipients: + serhiy.storchaka
2012-05-04 14:37:17serhiy.storchakasetmessageid: <1336142237.23.0.0183531993231.issue14722@psf.upfronthosting.co.za>
2012-05-04 14:37:16serhiy.storchakalinkissue14722 messages
2012-05-04 14:37:16serhiy.storchakacreate