Oct. 31, 2011
8:05 a.m.
http://hg.python.org/cpython/rev/101919aba8d6 changeset: 73238:101919aba8d6 user: Martin v. Löwis <martin@v.loewis.de> date: Mon Oct 31 09:05:10 2011 +0100 summary: Drop unused variable. files: Modules/zipimport.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Modules/zipimport.c b/Modules/zipimport.c --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -439,7 +439,6 @@ ZipImporter *self = (ZipImporter *)obj; PyObject *path, *key; #ifdef ALTSEP - PyObject *tmp; _Py_IDENTIFIER(replace); #endif PyObject *toc_entry; -- Repository URL: http://hg.python.org/cpython
4847
Age (days ago)
4847
Last active (days ago)
0 comments
1 participants
participants (1)
-
martin.v.loewis