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 jcon, kristjan.jonsson, mark.dickinson, ncoghlan, paul.moore, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2012-01-28.14:13:15
SpamBayes Score 0.00013768846
Marked as misclassified No
Message-id <1327759996.33.0.0190288037357.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
I've been busy fixing the memoryview.h issues first. Could you take a
look at:

http://hg.python.org/features/pep-3118/file/f020716704d4/Include/memoryobject.h

Changes:

   a) Make all functions and the two buffer access macros part
      of the limited API again.

   b) Make the managed buffer API definitely private.

   c) Make PyBUF_MAX_NDIM=64 part of the official buffer API.


I think it might be OK to defer the decision about Py_MEMORYVIEW_C etc.,
since the comment already says "... Don't access their fields directly.".
History
Date User Action Args
2012-01-28 14:13:16skrahsetrecipients: + skrah, teoliphant, paul.moore, mark.dickinson, ncoghlan, rupole, pitrou, kristjan.jonsson, vstinner, pv, jcon, petri.lehtinen
2012-01-28 14:13:16skrahsetmessageid: <1327759996.33.0.0190288037357.issue10181@psf.upfronthosting.co.za>
2012-01-28 14:13:15skrahlinkissue10181 messages
2012-01-28 14:13:15skrahcreate