collections_abc
will be frozen in 3.11
#1512
Labels
Milestone
collections_abc
will be frozen in 3.11
#1512
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: