~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Clean up all pyrex files to be aware of possible exceptions in
        cdef funcs

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
Testing
62
62
*******
63
63
 
 
64
* We have a new ``test_source`` that ensures all pyrex ``cdef`` functions
 
65
  handle exceptions somehow. (Possibly by setting ``# cannot_raise``
 
66
  rather than an ``except ?:`` clause.) This should help prevent bugs like
 
67
  bug #495023. (John Arbash Meinel)
 
68
 
64
69
 
65
70
bzr 2.0.3
66
71
#########