Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Fix building on Python 3.12 (
fixes
#312
)
tags/v0.6.6
Ben Kurtovic
1 ano atrás
pai
8bce6ff379
commit
fc1440a7b3
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
+ 1
- 1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar