- Issue #5590: Remove unused global variable in pyexpat extension.
This commit is contained in:
parent
ef83ab9db5
commit
ab2b7559e2
@ -26,6 +26,11 @@ Library
|
|||||||
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
|
- Issue #6271: mmap tried to close invalid file handle (-1) when anonymous.
|
||||||
(On Unix)
|
(On Unix)
|
||||||
|
|
||||||
|
Extension Modules
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
- Issue #5590: Remove unused global variable in pyexpat extension.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.1 Release Candidate 2?
|
What's New in Python 3.1 Release Candidate 2?
|
||||||
=============================================
|
=============================================
|
||||||
|
@ -1169,7 +1169,6 @@ static struct PyMethodDef xmlparse_methods[] = {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static char template_buffer[257];
|
static char template_buffer[257];
|
||||||
PyObject *template_string = NULL;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
init_template_buffer(void)
|
init_template_buffer(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user