[Python-3000-checkins] r65862 - in python/branches/py3k: Include/memoryobject.h Misc/NEWS Modules/_json.c Objects/memoryobject.c Objects/unicodeobject.c

Nick Coghlan ncoghlan at gmail.com
Thu Aug 21 12:28:19 CEST 2008


Georg Brandl wrote:
> Antoine Pitrou schrieb:
>> Well, they can use it as an opaque pointer (PyMemoryViewObject *), just not 
>> access the fields directly. I don't know what the convention should be in that 
>> case, but feel free to make the necessary changes.
> 
> Well, logically it would be field names starting with underscores.
> 
> Just kidding,

Heh, I almost wrote the same thing, but I stopped myself. That way lies
madness :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org


More information about the Python-3000-checkins mailing list