]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 15 Apr 2022 13:29:57 +0000 (06:29 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 13:29:57 +0000 (06:29 -0700)
commitb7f83bdd0e16f82288dc3557b7e715bb5c7d96d0
tree16a451b593d21ee1a8550f944f6d585748a9cb42
parent6217864fe5f6855f59d608733ce83fd4466e1b8c
gh-69093: Expose sqlite3.Blob as a class (GH-91550)

I noticed this was missing while writing typeshed stubs. It's
useful to expose it for use in annotations and for exploration.
Lib/test/test_sqlite3/test_dbapi.py
Modules/_sqlite/module.c