Message152161
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.". |
|
Date |
User |
Action |
Args |
2012-01-28 14:13:16 | skrah | set | recipients:
+ skrah, teoliphant, paul.moore, mark.dickinson, ncoghlan, rupole, pitrou, kristjan.jonsson, vstinner, pv, jcon, petri.lehtinen |
2012-01-28 14:13:16 | skrah | set | messageid: <1327759996.33.0.0190288037357.issue10181@psf.upfronthosting.co.za> |
2012-01-28 14:13:15 | skrah | link | issue10181 messages |
2012-01-28 14:13:15 | skrah | create | |
|