-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
bpo-42686: Enable SQLite math functions in Windows build #24053
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
@zooba Could you have a look a this? I won't have any effect until we upgrade to SQLite 3.35.0, but it won't do any harm applying it now. |
This PR is stale because it has been open for 30 days with no activity. |
Is there anyone else from the Windows team who can review this? |
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.
I can confirm from a quick scan that this looks OK. I haven't built Python with this PR, though, so that's all I can say, sorry.
Thanks, Paul. The CI should fail for win32 and win64 if it didn't build, right? |
I'd assume so, yes. |
LGTM as well, but I do think we want to hold off on this until we are in fact using a version that it affects. If we merge this before then, we're giving the impression that the functionality is there when it actually isn't. You could get fancy and include a version check, but that may be more trouble than it's worth. |
That depends on how we phrase the NEWS item, I guess. However, adding this now will make it slightly easier to try out the current nightly SQLite builds. OTOH, those who do so are very likely to just add the compile definition themselves, so I guess the real gain is negligible. I'm fine with holding off until 3.35.0. We can include this when we're upgrading the Windows build to 3.35.0. UPDATE: The Windows installer will be updated in #25641
Totally agree. |
7289757
to
9ca544d
Compare
FYI, rebased onto master bco. #24797. |
Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
) (cherry picked from commit b451bc8) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…25892) (cherry picked from commit b451bc8) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
https://bugs.python.org/issue42686