<html><head></head><body>The idea really was that it would never stop working, but could in time be replaced by other features that would make this implementable in the pxd (like inlineable properties on extension types, typed tuples or lists).<br>
<br>
Consider it speeding up the ndarray Python API, not providing any C API.<br>
<br>
Note that even before this, the &#39;dims&#39; field was renamed &#39;shape&#39;, because it is shape in the Python API.<br>
<br>
Dag<br>
-- <br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.<br><br><div class="gmail_quote">Stefan Behnel &lt;stefan_ml@behnel.de&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Dag Sverre Seljebotn, 21.03.2012 22:36:<br />&gt; NumPy is starting to seriously deprecating access to the member fields<br />&gt; in an ndarray (it was always frowned upon, but now it is starting to<br />&gt; become enforced). To support the large body of Cython code out there<br />&gt; accessing these fields (arr.shape[0] and so on), we special-case<br />&gt; PyArrayObject in Cython, with special knowledge of the NumPy API.<br />&gt;     <br />&gt; Ideally, we may introduce features in Cython in the future that allows<br />&gt; specifying this kind of magic with syntax in pxd files, and then we can<br />&gt; move away from special-casing NumPy.<br /><br />Given the comments in this change, wouldn't it make sense to emit a visible<br />"this will eventually stop working" warning when user code runs into the<br />special casing hacks?<br /><br />Just because the fields are convenient doesn't mean code
should rely on<br />them being there when the NumPy folks say they shouldn't be accessible. As<br />I understand it, it's encouraged to use the accessor functions instead. If<br />that's what the NumPy developers want, users should just do that, should<br />they not?<br /><br />Stefan<br /><hr /><br />cython-devel mailing list<br />cython-devel@python.org<br /><a href="http://mail.python.org/mailman/listinfo/cython-devel">http://mail.python.org/mailman/listinfo/cython-devel</a><br /></pre></blockquote></div></body></html>