Kaydet (Commit) ab2b7559 authored tarafından Matthias Klose's avatar Matthias Klose

- Issue #5590: Remove unused global variable in pyexpat extension.

üst ef83ab9d
......@@ -26,6 +26,11 @@ Library
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
(On Unix)
Extension Modules
-----------------
- Issue #5590: Remove unused global variable in pyexpat extension.
What's New in Python 3.1 Release Candidate 2?
=============================================
......
......@@ -1169,7 +1169,6 @@ static struct PyMethodDef xmlparse_methods[] = {
*/
static char template_buffer[257];
PyObject *template_string = NULL;
static void
init_template_buffer(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment