]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 18 Feb 2021 15:44:43 +0000 (16:44 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 15:44:43 +0000 (17:44 +0200)
commit47feb1feb28631b6647699b7633109aa85340966
treeb0554c136370d7456a2561084f90997bf7dfcf55
parent7be00ee64a2ced73c00ec855c7265e2ba795213d
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
Modules/_sqlite/cursor.c