Closed
Description
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
.