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 ggenellina
Recipients ggenellina, pooryorick, theller
Date 2009-01-27.07:01:47
SpamBayes Score 0.0054463632
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
3rd argument to GetEnvironmentVariableW is the buffer size in 
*characters*, not bytes. Your buffer has room for 20 characters only, 
not 40. You should use create_unicode_buffer instead.

Probably the names create_unicode_buffer/create_string_buffer should be 
revised in 3.x
History
Date User Action Args
2009-01-27 07:01:50ggenellinasetrecipients: + ggenellina, theller, pooryorick
2009-01-27 07:01:50ggenellinasetmessageid: <[email protected]>
2009-01-27 07:01:48ggenellinalinkissue5074 messages
2009-01-27 07:01:47ggenellinacreate