Hey listen up Greg just released Pyrex 0.9.8 which he says fixes the INCREF/DECREF pairs added on Python arguments to cdef class methods when nogil is declared. In short, this means that our multicore race conditions can now be fixed. If not, then he's apparently willing to handle any remaining fixes in quickly.
He also included a workaround for our circular import problems - we can now forward declare classes in .pxds and thus replace the manual typecasting everywhere. An example of forward declaring was added to soy.widgets.pxd last night This means, barring any other blocking bugs, we can release Beta-3 next week! I'll be working through the weekend on this, and anyone who wants to help get 1.0_beta3 released is encouraged to help. There's a number of easy tasks (docs, code cleanup, etc) that anyone with a text editor should be able to do, and the more people helping means the more advanced tasks (ie, Blender mesh loading) will get handled. _______________________________________________ PySoy-Dev mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-dev
