Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Sorry somewhat forgot about this question... After discussing it on cython-users i went in a different direction - Wrapping the data in my own object that uses the new buffer protocol and emulating some of the old-style buffer objects functionality with it. I will mark this answers as accept regardless because it was the most useful one :) Commented Mar 2, 2011 at 9:57
  • 3
    @bdew can you share your end result? I am trying to do the same thing and I find the documentation unhelpful, the new buffer API is more heavyweight and all I've gained so far is memory leaks and crashes.. The mailing list link is dead btw. Commented Apr 7, 2014 at 5:38