[Cython] cython namespace

Stefan Behnel stefan_ml at behnel.de
Wed Aug 6 07:52:48 CEST 2008


Hi,

Dag Sverre Seljebotn wrote:
> I'm still for "flat better than nested", but failing that, I'd propose
> that everything is in cython.buffer but shape is also in cython.

Could we wait with the latter until we actually have something different than
buffers that it's worth getting the shape of? Until then, I think everything
that relates to buffers should be in cython.buffer. People can do their
cimports as they like anyway, but it should be clear where things are coming from.

Stefan



More information about the Cython-dev mailing list