-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-44997: macOS does not support loadable SQLite extensions #27979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
I applied skip news for this. Scream out if you disagree, @ronaldoussoren. Also, I'd say backport to 3.10, maybe even 3.9. Let me know if you agree. |
Skipnews should be fine. Is the error message clear enough? I don't think it is necessary to mention the configure flag here because you have to explicitly opt in to loadable extensions to get this error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Yes, I agree. |
Do you agree that we should backport this? |
cc. @pablogsal regarding backporting, as he is the release manager. |
I want this in 3.9 so it has to go to 3.10 too. Pablo can decide if it fits for 3.10.0rc2 or 3.10.1. |
Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
GH-27994 is a backport of this pull request to the 3.10 branch. |
GH-27995 is a backport of this pull request to the 3.9 branch. |
Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
GH-27996 is a backport of this pull request to the 3.8 branch. |
Thanks, @ambv! I'm sorry, I should've CC'd you as well regarding backports. |
Since python/cpython@f40d4ddff (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
Since python/cpython@f40d4ddff (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
Since python/cpython@f40d4ddff (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
Since python/cpython@f40d4ddff (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
Since python/cpython@f40d4ddff (Closes python/cpython#27979: Remove bundled copy of libffi), external version of libffi is required on linux.
Authored-by: Ronald Oussoren ronaldoussoren@mac.com
https://bugs.python.org/issue44997