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 skrah
Recipients meador.inge, ncoghlan, pitrou, python-dev, scoder, skrah
Date 2012-03-05.09:02:37
SpamBayes Score 3.093572e-05
Marked as misclassified No
Message-id <1330938158.88.0.731183009672.issue14181@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't ask for review since in the production code only the assert()
line is removed. There are a couple of new tests and I have a private
version of test_buffer that runs most tests with an ndarray chain
using either redirection or re-exporting. As expected, there are no
problems in allowing getbuffer redirection.

Leaving this open as a documentation issue.
History
Date User Action Args
2012-03-05 09:02:39skrahsetrecipients: + skrah, ncoghlan, pitrou, scoder, meador.inge, python-dev
2012-03-05 09:02:38skrahsetmessageid: <1330938158.88.0.731183009672.issue14181@psf.upfronthosting.co.za>
2012-03-05 09:02:38skrahlinkissue14181 messages
2012-03-05 09:02:38skrahcreate