Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab2b755

Browse files
committed
- Issue #5590: Remove unused global variable in pyexpat extension.
1 parent ef83ab9 commit ab2b755

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Library
2626
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
2727
(On Unix)
2828

29+
Extension Modules
30+
-----------------
31+
32+
- Issue #5590: Remove unused global variable in pyexpat extension.
33+
2934

3035
What's New in Python 3.1 Release Candidate 2?
3136
=============================================

Modules/pyexpat.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,6 @@ static struct PyMethodDef xmlparse_methods[] = {
11691169
*/
11701170

11711171
static char template_buffer[257];
1172-
PyObject *template_string = NULL;
11731172

11741173
static void
11751174
init_template_buffer(void)

0 commit comments

Comments
 (0)