This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients Claudiu.Popa, eric.araujo, ghaering, lemburg, pfalcon, vajrasky
Date 2013-12-04.07:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386141153.65.0.259933053179.issue10203@psf.upfronthosting.co.za>
In-reply-to
Content
I got warning in compiling your patch:

gcc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -IInclude -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/ethan/Documents/code/python/cpython3.4/Include -I/home/ethan/Documents/code/python/cpython3.4 -c /home/ethan/Documents/code/python/cpython3.4/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.4-pydebug/home/ethan/Documents/code/python/cpython3.4/Modules/_sqlite/row.o
/home/ethan/Documents/code/python/cpython3.4/Modules/_sqlite/row.c:212:28: warning: initialization from incompatible pointer type [enabled by default]
/home/ethan/Documents/code/python/cpython3.4/Modules/_sqlite/row.c:212:28: warning: (near initialization for ‘pysqlite_row_as_sequence.sq_item’) [enabled by default]

$ gcc --version
gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
History
Date User Action Args
2013-12-04 07:12:33vajraskysetrecipients: + vajrasky, lemburg, pfalcon, ghaering, eric.araujo, Claudiu.Popa
2013-12-04 07:12:33vajraskysetmessageid: <1386141153.65.0.259933053179.issue10203@psf.upfronthosting.co.za>
2013-12-04 07:12:33vajraskylinkissue10203 messages
2013-12-04 07:12:33vajraskycreate