]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 26 Apr 2023 19:22:03 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 19:22:03 +0000 (21:22 +0200)
commit222c63fc6b91f42e7cc53574615f4e9b7a33c28f
tree92bc902ce83e10b4fcad67cccfa292e3851a98c0
parent28a05f4cc2b150b3ff02ec255daf1b6ec886ca6f
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
Doc/library/sqlite3.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Misc/NEWS.d/next/Library/2023-03-28-09-13-31.gh-issue-103015.ETTfNf.rst [new file with mode: 0644]
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c