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
Fix building on Python 3.12 (
fixes
#312
)
tags/v0.6.6
Ben Kurtovic
há 1 ano
ascendente
8bce6ff379
cometimento
fc1440a7b3
1 ficheiros alterados
com
1 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
+1
-1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
+ 1
- 1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
Ver ficheiro
@@ -88,7 +88,7 @@ init_tokenizer_text(TokenizerInput *text)
text->object = Py_None;
Py_INCREF(Py_None);
text->length = 0;
text->kind = PyUnicode_
WCHAR
_KIND;
text->kind = PyUnicode_
1BYTE
_KIND;
text->data = NULL;
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar