Robert Bradshaw, 11.10.2013 19:10: > Python and Cython in > general breaks pointer aliasing as objects are simultaneously generic > PyObject* and PyListObject*, PyDictObject*, etc. As the set of > possible types is large and open, unions won't work. This is how > object oriented programming (with subclassing) is done in C.
This has been fixed in CPython 3.x. Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel