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 flox
Recipients flox
Date 2010-01-14.14:17:09
SpamBayes Score 0.064449
Marked as misclassified No
Message-id <1263478631.19.0.286064580539.issue7703@psf.upfronthosting.co.za>
In-reply-to
Content
In order to upgrate the tests for ctypes, following changes are required:
 - binascii.hexlify should accept memoryview() objects
 - the ctypes character buffer should accept assignment of memoryview() objects using their "raw" property

Then we can backport the Py3 ctypes tests to Py2.
History
Date User Action Args
2010-01-14 14:17:11floxsetrecipients: + flox
2010-01-14 14:17:11floxsetmessageid: <1263478631.19.0.286064580539.issue7703@psf.upfronthosting.co.za>
2010-01-14 14:17:09floxlinkissue7703 messages
2010-01-14 14:17:09floxcreate