Skip to content
  • Joseph Weston's avatar
    correct definition of PyBufferProcs · 4529d48d
    Joseph Weston authored
    We provide no `bf_releasebuffer` member because a buffer is
    just a view and has no resources associated with it (other
    than those which are handled by Python).
    4529d48d