New submission from Christian Heimes <li...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45731>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to