Martin v. Löwis <[EMAIL PROTECTED]> added the comment:

> 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)

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3560>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to