Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
mwparserfromhell
espelho de
https://github.com/earwig/mwparserfromhell
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
24
Trabalho
Ver a proveniência
Don't decrement refcount with PyList_SetItem().
tags/v0.3
Ben Kurtovic
há 11 anos
ascendente
bb4cf03e98
cometimento
41d66a4a7f
1 ficheiros alterados
com
0 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-1
mwparserfromhell/parser/tokenizer.c
+ 0
- 1
mwparserfromhell/parser/tokenizer.c
Ver ficheiro
@@ -1870,7 +1870,6 @@ Tokenizer_handle_single_tag_end(Tokenizer* self)
Py_DECREF(token);
return NULL;
}
Py_DECREF(token);
return Tokenizer_pop(self);
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar