This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Fix building on Python 3.12 (
fixes
#312
)
tags/v0.6.6
Ben Kurtovic
1 year ago
parent
8bce6ff379
commit
fc1440a7b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
+ 1
- 1
src/mwparserfromhell/parser/ctokenizer/tokenizer.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save