I have a problem with Code.entry_as_pyobject -- it is used in Code.put_var_decref to cast the entry to PyObject in the DECREF, however if there's no base class for a class the cast doesn't happen (a base class is explicitly checked for and if it is there a cast doesn't happen). Does this make sense? Should I change put_var_decref to use another method to cast (so that non-PyObject types are always casted), or change entry_as_pyobject?
Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
