~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-06 20:48:26 UTC
  • mfrom: (4932.1.4 2.1.0rc1-pyrex-propagation)
  • Revision ID: pqm@pqm.ubuntu.com-20100106204826-rehs7s23w0jbz6nj
(jam) Clean up pyrex cdef functions to be aware of exceptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
Testing
185
185
*******
186
186
 
 
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)
 
191
 
187
192
 
188
193
bzr 2.1.0b4
189
194
###########