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 pitrou
Recipients amaury.forgeotdarc, pitrou, sjoerd, vstinner
Date 2009-03-25.00:03:07
SpamBayes Score 9.212173e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The documentation for PyArg_ParseTuple states that the "I" code doesn't
do any overflow checking. Does it mean the input parameters can be
silently truncated?
History
Date User Action Args
2009-03-25 00:03:09pitrousetrecipients: + pitrou, sjoerd, amaury.forgeotdarc, vstinner
2009-03-25 00:03:08pitrousetmessageid: <[email protected]>
2009-03-25 00:03:07pitroulinkissue4591 messages
2009-03-25 00:03:07pitroucreate