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
Date 2007-10-23.22:50:17
SpamBayes Score 0.044408314
Marked as misclassified No
Message-id <1193179818.56.0.0105500594667.issue1319@psf.upfronthosting.co.za>
In-reply-to
Content
Updates to ctypes for python 3.0 to make the tests pass.

Notable changes are:
- return bytes instead of str8
- integers in range(256) are accepted as "one char string":
libc.strchr("abcdef", 98) is now valid.
- directly use the wide-char version of the win32 function LoadLibrary.

Tested on WinXP, with Visual Studio Express 2005.
Files
File name Uploaded
ctypes.diff amaury.forgeotdarc, 2007-10-23.22:50:17
History
Date User Action Args
2007-10-23 22:50:19amaury.forgeotdarcsetspambayes_score: 0.0444083 -> 0.044408314
recipients: + amaury.forgeotdarc
2007-10-23 22:50:18amaury.forgeotdarcsetspambayes_score: 0.0444083 -> 0.0444083
messageid: <1193179818.56.0.0105500594667.issue1319@psf.upfronthosting.co.za>
2007-10-23 22:50:18amaury.forgeotdarclinkissue1319 messages
2007-10-23 22:50:17amaury.forgeotdarccreate