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, eckhardt
Date 2008-10-08.14:39:46
SpamBayes Score 7.38929e-07
Marked as misclassified No
Message-id <1223476787.2.0.181077607219.issue4075@psf.upfronthosting.co.za>
In-reply-to
Content
The alloca() function should be avoided here: the function may be called
in extreme conditions, like stack overflow. 
I suggest to use a small static buffer (50 chars?), and call
OutputDebugStringW in a loop.
History
Date User Action Args
2008-10-08 14:39:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eckhardt
2008-10-08 14:39:47amaury.forgeotdarcsetmessageid: <1223476787.2.0.181077607219.issue4075@psf.upfronthosting.co.za>
2008-10-08 14:39:46amaury.forgeotdarclinkissue4075 messages
2008-10-08 14:39:46amaury.forgeotdarccreate