[Pyrex] ANN: Pyrex 0.9.6

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Oct 8 02:44:34 CEST 2007


Alexander Belchenko wrote:
 >
> bzrlib\_knit_load_data_c.c(1293) : warning C4133: 'function' : incompatible types - from 'PyObject
> *' to 'PyTypeObject *'
> 
>             type = (PyObject*) type->ob_type;
>             Py_INCREF(type);
>             if (!PyType_IsSubtype(type, PyExc_BaseException)) {    // <<<<<<<<<<<<<

Hmmm, looks like I didn't test well enough with 2.5!

Thanks,

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiem!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+



More information about the Pyrex mailing list