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 loewis
Recipients georg.brandl, loewis, pitrou, teoliphant
Date 2008-08-15.19:45:03
SpamBayes Score 9.196845e-07
Marked as misclassified No
Message-id <48A5DCBE.80304@v.loewis.de>
In-reply-to <1218828259.5682.5.camel@fsol>
Content
> I've filed this as critical because it is a new API and, if we change
> it, we'd better change it before 3.0 is released.

I don't think it is API. The structure may be defined in a public
header, but it is not intended to be used directly. Instead,
only the functions around it should be used.

To make that clear, the structure could be moved into the C file,
and PyMemoryView should become a function (or also be moved into
the C file). This should be done before the next beta, indeed
(but I won't have the time to do it)
History
Date User Action Args
2008-08-15 19:45:05loewissetrecipients: + loewis, georg.brandl, teoliphant, pitrou
2008-08-15 19:45:04loewislinkissue3560 messages
2008-08-15 19:45:04loewiscreate