]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
authorErlend E. Aasland <erlend@python.org>
Sun, 9 Feb 2025 23:27:28 +0000 (00:27 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 23:27:28 +0000 (00:27 +0100)
commit7e6ee50b6b8c760bcefb92ab4ddbc3d85d37a834
tree0c8e76b2be3fffb4cd03a9b018e7869a1ebaab49
parentd05053a203d922c8056f12ef3c9338229fdce043
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2025-02-03-01-43-16.gh-issue-129603.xge9Tx.rst [new file with mode: 0644]
Modules/_sqlite/row.c