This comes from a refactor of the work on CEP 1000: It's a pre-PEP with a hack we can use *today*, that allows 3rd party libraries to agree on extensions to the PyTypeObject structure.
http://wiki.cython.org/enhancements/cep1001 As hinted in my other recent thread, I believe this will also be good medicine as NumPy moves forward, so that we stop worrying about "ndarray" vs. C extensions, and rather talk about which PyTypeObject extensions are supported. Technical discussion about this on the Cython list please. Dag _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
