This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2021-11-05.19:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636142146.47.0.904831540314.issue45731@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-11-05 19:55:46christian.heimessetrecipients: + christian.heimes
2021-11-05 19:55:46christian.heimessetmessageid: <1636142146.47.0.904831540314.issue45731@roundup.psfhosted.org>
2021-11-05 19:55:46christian.heimeslinkissue45731 messages
2021-11-05 19:55:46christian.heimescreate