Dag Sverre Seljebotn wrote: > It was agreed earlier to put pxds for the CPython API into the > namespace "python". However I'm wondering if "cpython" is more > appropriate, given that the CPython API is very CPython-specific and > has very little to do with Python as a language. "python" seems a > little to generic to me, while "cpython" seems specific and to the point. > > Thoughts? Note that for backwards compatability, "python" would be available as well for some time (at least until we start deprecation cycles and cleanups). However one could only use cpython for accessing specific pxd's, as in
from cpython.bool cimport ... Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
