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, christian.heimes, gvanrossum
Date 2007-11-04.15:49:44
SpamBayes Score 0.11841789
Marked as misclassified No
Message-id <1194191385.34.0.481652970532.issue1382@psf.upfronthosting.co.za>
In-reply-to
Content
This patch corrects test_ctypes in the py3k-pep3137 branch.
Replacing PyBytes_* by PyString_* was 99% of the task.

Also had to modify binascii, which used to return buffers instead of
bytes strings.

Tested on winXP.
Files
File name Uploaded
ctypes3.diff amaury.forgeotdarc, 2007-11-04.15:49:44
History
Date User Action Args
2007-11-04 15:49:45amaury.forgeotdarcsetspambayes_score: 0.118418 -> 0.11841789
recipients: + amaury.forgeotdarc, gvanrossum, christian.heimes
2007-11-04 15:49:45amaury.forgeotdarcsetspambayes_score: 0.118418 -> 0.118418
messageid: <1194191385.34.0.481652970532.issue1382@psf.upfronthosting.co.za>
2007-11-04 15:49:45amaury.forgeotdarclinkissue1382 messages
2007-11-04 15:49:44amaury.forgeotdarccreate