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
Don't decrement refcount with PyList_SetItem().
tags/v0.3
Ben Kurtovic
11 years ago
parent
bb4cf03e98
commit
41d66a4a7f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mwparserfromhell/parser/tokenizer.c
+ 0
- 1
mwparserfromhell/parser/tokenizer.c
View File
@@ -1870,7 +1870,6 @@ Tokenizer_handle_single_tag_end(Tokenizer* self)
Py_DECREF(token);
return NULL;
}
Py_DECREF(token);
return Tokenizer_pop(self);
}
Write
Preview
Loading…
Cancel
Save