]> granicus.if.org Git - python/commit
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 01:27:23 +0000 (01:27 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 01:27:23 +0000 (01:27 +0000)
commit8699950b04343afe37e9dcdce87028ba0f56827b
treeeae09cfadd1474a6cdb5a5b23f8d0bf03ae239c2
parentf6c578328c419f25dea91425479a6ceeb891b04d
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite

Strip also some trailing spaces
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/row.c
Modules/_sqlite/statement.c