[New-bugs-announce] [issue45731] Handle --enable-loadable-sqlite-extensions in configure

Christian Heimes report at bugs.python.org
Fri Nov 5 15:55:46 EDT 2021


New submission from Christian Heimes <lists at cheimes.de>:

The --enable-loadable-sqlite-extensions configure option is currently handled by a check in setup.py. The approach is incompatible with Modules/Setup and yields incorrect results for --enable-loadable-sqlite-extensions=no. Instead of reading the value from CONFIG_ARGS, configure should add an AC_DEFINE to pyconfig.h

----------
assignee: christian.heimes
components: Build
messages: 405826
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: Handle --enable-loadable-sqlite-extensions in configure
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45731>
_______________________________________


More information about the New-bugs-announce mailing list