/Tools/modulator/Templates/object_tp_dealloc

http://unladen-swallow.googlecode.com/ · #! · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · b155ab330d7102b62fe275d2210b3c4e MD5 · raw file

  1. static void
  2. $abbrev$_dealloc($abbrev$object *self)
  3. {
  4. /* XXXX Add your own cleanup code here */
  5. PyMem_DEL(self);
  6. }