-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-131712: Build _suggestions extension on Windows #131759
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
Add a test checking that the '_suggestions' extension is available.
cc @devdanzin |
The code is already built:
This PR only makes the extension available in Python. |
If we've had any releases with this broken, we should probably add a |
I added "skip news" label since there is no impact on users, since there is a fallback implementation in Python: #131712 (comment) |
Merged, thanks for the review @zooba. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…1759) Add a test checking that the '_suggestions' extension is available. (cherry picked from commit 9ef9d68) Co-authored-by: Victor Stinner <[email protected]>
GH-131790 is a backport of this pull request to the 3.13 branch. |
…#131790) gh-131712: Build _suggestions extension on Windows (GH-131759) Add a test checking that the '_suggestions' extension is available. (cherry picked from commit 9ef9d68) Co-authored-by: Victor Stinner <[email protected]>
Add a test checking that the '_suggestions' extension is available.
Add a test checking that the '_suggestions' extension is available.
Add a test checking that the '_suggestions' extension is available.
_suggestions
module missing on Windows, untested #131712