~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-29 02:37:47 UTC
  • mfrom: (3872.1.2 patiencediff_c-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20081129023747-31a9su43tijw8p3r
Call PyErr_NoMemory() before returning NULL in
        PatienceSequenceMatcher_new.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  BUG FIXES:
18
18
 
 
19
    * Fix SystemError in ``_patiencediff_c`` module by calling
 
20
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.
 
21
      (Andrew Bennetts, #303206)
 
22
 
19
23
  DOCUMENTATION:
20
24
 
21
25
  API CHANGES: