Skip to content
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

[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) #31030

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jan 30, 2022

(cherry picked from commit 3eb3b4f)

Co-authored-by: Erlend Egeberg Aasland [email protected]

https://bugs.python.org/issue43853

Erlend Egeberg Aasland added 2 commits January 26, 2022 22:23
(cherry picked from commit 3eb3b4f)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
pythonGH-27613 (bpo 44839) was not backported, so exceptions differ between
main (3.11) and older versions.
@erlend-aasland
Copy link
Contributor Author

GH-27613 (bpo 44839) was not backported, so exceptions differ between main and older versions. See 28de39f.

@erlend-aasland erlend-aasland added the needs backport to 3.9 only security fixes label Jan 30, 2022
@JelleZijlstra
Copy link
Member

JelleZijlstra commented Feb 19, 2022

@gvanrossum I'm planning to merge this (a backport of #27642 which you previously merged after my review). The only non-test changes fix a missed error check for PyFloat_AsDouble, so this should be fine in the bugfix branches.

@gvanrossum
Copy link
Member

+1. If adding tests never caused us to fix any bugs we’d be doing it wrong. :-)

@JelleZijlstra JelleZijlstra self-assigned this Feb 19, 2022
@JelleZijlstra JelleZijlstra merged commit ba457fe into python:3.10 Feb 21, 2022
@miss-islington
Copy link
Contributor

Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7 3.9

@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Feb 21, 2022

Thanks; I'll fix the 3.9 backport.

@erlend-aasland erlend-aasland deleted the backport-3eb3b4f-3.10 branch February 21, 2022 00:55
erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request Feb 25, 2022
@bedevere-bot
Copy link

GH-31586 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Feb 25, 2022
miss-islington pushed a commit that referenced this pull request Mar 2, 2022
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants