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 rupole
Recipients benjamin.peterson, pitrou, rupole, teoliphant
Date 2008-08-20.18:04:33
SpamBayes Score 0.06970366
Marked as misclassified No
Message-id <1219255474.78.0.186669375684.issue3608@psf.upfronthosting.co.za>
In-reply-to
Content
As background, what I need is an equivalent of
PyBuffer_New(size), which creates an object that manages its
own buffer memory, and is not based on another object at all.
History
Date User Action Args
2008-08-20 18:04:35rupolesetrecipients: + rupole, teoliphant, pitrou, benjamin.peterson
2008-08-20 18:04:34rupolesetmessageid: <1219255474.78.0.186669375684.issue3608@psf.upfronthosting.co.za>
2008-08-20 18:04:34rupolelinkissue3608 messages
2008-08-20 18:04:33rupolecreate