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 memeplex
Recipients amaury.forgeotdarc, belopolsky, eryksun, meador.inge, memeplex
Date 2016-06-09.15:36:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465486617.33.0.469321123048.issue27274@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the great tips, Eryk, somehow I overlooked string_at while reading the docs.

Now, given that the address parameter of string_at is pretty overloaded, wouldn't it be reasonable to overload from_address the same instead of introducing from_pointer? That is, everywhere an address is expected, an address-like ctypes object would be ok.
History
Date User Action Args
2016-06-09 15:36:57memeplexsetrecipients: + memeplex, amaury.forgeotdarc, belopolsky, meador.inge, eryksun
2016-06-09 15:36:57memeplexsetmessageid: <1465486617.33.0.469321123048.issue27274@psf.upfronthosting.co.za>
2016-06-09 15:36:57memeplexlinkissue27274 messages
2016-06-09 15:36:57memeplexcreate