Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef83ab9 commit ab2b755Copy full SHA for ab2b755
2 files changed
Misc/NEWS
@@ -26,6 +26,11 @@ Library
26
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
27
(On Unix)
28
29
+Extension Modules
30
+-----------------
31
+
32
+- Issue #5590: Remove unused global variable in pyexpat extension.
33
34
35
What's New in Python 3.1 Release Candidate 2?
36
=============================================
Modules/pyexpat.c
@@ -1169,7 +1169,6 @@ static struct PyMethodDef xmlparse_methods[] = {
1169
*/
1170
1171
static char template_buffer[257];
1172
-PyObject *template_string = NULL;
1173
1174
static void
1175
init_template_buffer(void)
0 commit comments