187
* We have a new ``test_source`` that ensures all pyrex ``cdef`` functions
188
handle exceptions somehow. (Possibly by setting ``# cannot_raise``
189
rather than an ``except ?:`` clause.) This should help prevent bugs like
190
bug #495023. (John Arbash Meinel)