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

Fix collections.abc imports on Python 3.13.0 and 3.13.1 (#2657) #2658

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

Pierre-Sassoulas
Copy link
Member

Manual backport, conflicts were not so easy to solve, need a real review.

* Add test for importing `collections.abc`

* Fix issue with importing of frozen submodules
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.3.7 milestone Dec 19, 2024
@Pierre-Sassoulas Pierre-Sassoulas changed the base branch from main to maintenance/3.3.x December 19, 2024 12:47
@DanielNoord
Copy link
Collaborator

We were missing 71f5c0c as it changed some of the variables names.

This should do the trick.

@DanielNoord
Copy link
Collaborator

@Pierre-Sassoulas Can we release with PyPy failing?

@Pierre-Sassoulas
Copy link
Member Author

I feel like pypy is failing half the time this days. So it dépends is if it's the usual flakyness or an actual issue. The one I Saw was a user warning not being raised..

@DanielNoord
Copy link
Collaborator

Shall we just merge this and at least try to unblock pylint?

@Pierre-Sassoulas
Copy link
Member Author

Yeah let's fix pylint and fix pypy later.

@DanielNoord DanielNoord merged commit c47a798 into maintenance/3.3.x Dec 20, 2024
14 of 16 checks passed
@DanielNoord DanielNoord deleted the cherry-pick branch December 20, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants