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

collections_abc will be frozen in 3.11 #1512

Closed
DanielNoord opened this issue Apr 17, 2022 · 0 comments · Fixed by #1513
Closed

collections_abc will be frozen in 3.11 #1512

DanielNoord opened this issue Apr 17, 2022 · 0 comments · Fixed by #1513

Comments

@DanielNoord
Copy link
Collaborator

See https://docs.python.org/3.11/whatsnew/3.11.html#faster-startup

This includes the _collections_abc module which will break a lot of pylint tests. We don't generate a full nodes.Module for frozen modules so we don't know anything about the members of collections.

We should probably investigate this and find a way to overcome this.

Current behavior

Fail to determine members of collections on 3.11.

Expected behavior

Determine members of collections on 3.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants