[Python-checkins] r46369 - sandbox/trunk/hotbuffer/Modules/_hotbuf.c

Bob Ippolito bob at redivi.com
Fri May 26 22:30:28 CEST 2006


On May 26, 2006, at 7:50 PM, Jim Jewett wrote:

> On 5/26/06, bob.ippolito <python-checkins at python.org> wrote:
>> Author: bob.ippolito
>> Date: Fri May 26 19:47:00 2006
>> New Revision: 46369
>>
>> Modified:
>>    sandbox/trunk/hotbuffer/Modules/_hotbuf.c
>> Log:
>> use tp_getset instead of tp_members
>>
>> Modified: sandbox/trunk/hotbuffer/Modules/_hotbuf.c
>
> Are there plans for the unused pointers?
> For instance, are you planning to keep different positions for reading
> and writing?

No. The pointers are in the function signature for tp_getset entries.

-bob



More information about the Python-checkins mailing list