gh-131712: Build _suggestions extension on Windows#131759
gh-131712: Build _suggestions extension on Windows#131759vstinner merged 1 commit intopython:mainfrom
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. |
|
GH-131790 is a backport of this pull request to the 3.13 branch. |
Add a test checking that the '_suggestions' extension is available.
Add a test checking that the '_suggestions' extension is available.
_suggestionsmodule missing on Windows, untested #131712