/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_bencode_pyx.pyx

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-04 03:10:00 UTC
  • mfrom: (4927.1.1 merge-2.0-into-devel)
  • Revision ID: pqm@pqm.ubuntu.com-20100104031000-z5cdnjpq7phqxwf2
(andrew) Merge lp:bzr/2.0 into lp:bzr, including fixes for #343218,
        #495000, #495023, #494406 and #498378.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
        self.maxsize = maxsize
269
269
        self.tail = p
270
270
 
271
 
    def __del__(self):
 
271
    def __dealloc__(self):
272
272
        free(self.buffer)
273
273
        self.buffer = NULL
274
274
        self.maxsize = 0