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 sbt
Recipients anacrolix, neologix, pitrou, sbt
Date 2012-05-26.17:42:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338054136.37.0.000201640149964.issue14059@psf.upfronthosting.co.za>
In-reply-to
Content
> RawValue uses ctypes, right? That's problematic for platforms which don't 
> support ctypes.

Are there many posix systems (we care about) where ctypes doesn't work?

It would be fairly easy to use memoryview instead of ctypes.  (In fact Value/RawValue could be implemented that way when using a typecode instead of a ctypes type.)
History
Date User Action Args
2012-05-26 17:42:16sbtsetrecipients: + sbt, pitrou, anacrolix, neologix
2012-05-26 17:42:16sbtsetmessageid: <1338054136.37.0.000201640149964.issue14059@psf.upfronthosting.co.za>
2012-05-26 17:42:15sbtlinkissue14059 messages
2012-05-26 17:42:15sbtcreate