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 vstinner
Recipients amaury.forgeotdarc, theller, vstinner
Date 2010-04-19.09:13:17
SpamBayes Score 0.13637017
Marked as misclassified No
Message-id <1271668399.17.0.953371074064.issue8394@psf.upfronthosting.co.za>
In-reply-to
Content
load_library() uses LoadLibraryW() which use a WCHAR*. To support bytes, we can use LoadLibraryA() and TCHAR*.
History
Date User Action Args
2010-04-19 09:13:19vstinnersetrecipients: + vstinner, theller, amaury.forgeotdarc
2010-04-19 09:13:19vstinnersetmessageid: <1271668399.17.0.953371074064.issue8394@psf.upfronthosting.co.za>
2010-04-19 09:13:17vstinnerlinkissue8394 messages
2010-04-19 09:13:17vstinnercreate