[issue27967] Remove unused variables causing compile warnings in sqlite3 module

2016-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecaa1af8fe04 by Benjamin Peterson in branch '2.7': fix unused variable warnings in pysqlite (closes #27967) https://hg.python.org/cpython/rev/ecaa1af8fe04 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue27967] Remove unused variables causing compile warnings in sqlite3 module

2016-09-06 Thread Xiang Zhang
New submission from Xiang Zhang: Compile py2.7 will generate two unused variable warnings in sqlite3 module. The variables have already not existed in py3. /home/angwer/py2.7/Modules/_sqlite/cursor.c: In function ‘pysqlite_cursor_dealloc’: /home/angwer/py2.7/Modules/_sqlite/cursor.c:121:9: