This would require filling in tp_as_buffer field in the PyTypeObject structure
for the class. Is this possible? Any clue how/where this could be done?
___
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplu
on Wed Jan 07 2009, Neal Becker wrote:
> This would require filling in tp_as_buffer field in the PyTypeObject
> structure for the
> class. Is this possible? Any clue how/where this could be done?
I honestly don't know the answers to these questions, sorry.
--
Dave Abrahams
BoostPro Computi
David Abrahams wrote:
>
> on Wed Jan 07 2009, Neal Becker wrote:
>
>> This would require filling in tp_as_buffer field in the PyTypeObject
>> structure for the
>> class. Is this possible? Any clue how/where this could be done?
>
> I honestly don't know the answers to these questions, sorry.