You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
See https://docs.python.org/3.11/whatsnew/3.11.html#faster-startup
This includes the
_collections_abc
module which will break a lot ofpylint
tests. We don't generate a fullnodes.Module
for frozen modules so we don't know anything about the members ofcollections
.We should probably investigate this and find a way to overcome this.
Current behavior
Fail to determine members of
collections
on3.11
.Expected behavior
Determine members of
collections
on3.11
.The text was updated successfully, but these errors were encountered: