Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Fix building on Python 3.12 (
fixes
#312
)
tags/v0.6.6
Ben Kurtovic
hace 1 año
padre
8bce6ff379
commit
fc1440a7b3
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
+ 1
- 1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar