Sfoglia il codice sorgente

Don't decrement refcount with PyList_SetItem().

tags/v0.3
Ben Kurtovic 11 anni fa
parent
commit
41d66a4a7f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      mwparserfromhell/parser/tokenizer.c

+ 0
- 1
mwparserfromhell/parser/tokenizer.c Vedi File

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



Caricamento…
Annulla
Salva