Robert Bradshaw wrote: > We are not defining C++ classes here, just declaring externally- > defined classes. It is unclear what the semantics of an object member > would be.
As long as python-valued members are disallowed in a C struct, they should also be disallowed in a C++ class, for the same reasons. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
