Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
mwparserfromhell
peilaus alkaen
https://github.com/earwig/mwparserfromhell
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
24
Toiminta
Selaa lähdekoodia
Don't decrement refcount with PyList_SetItem().
tags/v0.3
Ben Kurtovic
11 vuotta sitten
vanhempi
bb4cf03e98
commit
41d66a4a7f
1 muutettua tiedostoa
jossa
0 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna