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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, doerwalter, eisele
Date 2007-11-29.17:14:52
SpamBayes Score 0.08275281
Marked as misclassified No
Message-id <1196356492.96.0.815315507765.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have any 64bit machine to test with,
but it seems to me that there is a problem in the function
getargs.c::convertsimple(): the t# and w# formats use the buffer
interface, but the code uses an int to store its length!

Look for the variables declared as "int count;". I suggest to replace it
with a Py_ssize_t in both places.

Shouldn't the compiler emit some warning in this case?
History
Date User Action Args
2007-11-29 17:14:53amaury.forgeotdarcsetspambayes_score: 0.0827528 -> 0.08275281
recipients: + amaury.forgeotdarc, doerwalter, eisele
2007-11-29 17:14:52amaury.forgeotdarcsetspambayes_score: 0.0827528 -> 0.0827528
messageid: <1196356492.96.0.815315507765.issue1521@psf.upfronthosting.co.za>
2007-11-29 17:14:52amaury.forgeotdarclinkissue1521 messages
2007-11-29 17:14:52amaury.forgeotdarccreate