diff options
author | Christian Heimes <christian@python.org> | 2021-11-06 09:30:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 09:30:37 (GMT) |
commit | e9594f6747eaaaa848c26e2bf67d467aabfd62b3 (patch) | |
tree | 6e0cc5e3aa0a4fb9f924537842dc9b4987d46544 /Misc | |
parent | a4774f42e35861c4bb16928cffb011c2d8a285ac (diff) | |
download | cpython-e9594f6747eaaaa848c26e2bf67d467aabfd62b3.zip cpython-e9594f6747eaaaa848c26e2bf67d467aabfd62b3.tar.gz cpython-e9594f6747eaaaa848c26e2bf67d467aabfd62b3.tar.bz2 |
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-05-20-56-29.bpo-45731.9SDnDf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-05-20-56-29.bpo-45731.9SDnDf.rst b/Misc/NEWS.d/next/Build/2021-11-05-20-56-29.bpo-45731.9SDnDf.rst new file mode 100644 index 0000000..1e490fa --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-05-20-56-29.bpo-45731.9SDnDf.rst @@ -0,0 +1 @@ +``configure --enable-loadable-sqlite-extensions`` is now handled by new ``PY_SQLITE_ENABLE_LOAD_EXTENSION`` macro instead of logic in setup.py. |