Selaa lähdekoodia

Don't decrement refcount with PyList_SetItem().

tags/v0.3
Ben Kurtovic 11 vuotta sitten
vanhempi
commit
41d66a4a7f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      mwparserfromhell/parser/tokenizer.c

+ 0
- 1
mwparserfromhell/parser/tokenizer.c Näytä tiedosto

@@ -1870,7 +1870,6 @@ Tokenizer_handle_single_tag_end(Tokenizer* self)
Py_DECREF(token);
return NULL;
}
Py_DECREF(token);
return Tokenizer_pop(self);
}



Ladataan…
Peruuta
Tallenna