1

Resolved

IterableInfo.IndexTypes are not saved in the cached analysis

description

SaveAnalysis.GenerateTypeName does not attempt to write them and the type database has no way of recreating them.

This breaks cases like _pyio.TextIOBase.readlines(), where we only write out that the returned type is a list and not list[str] and list[bytes].

comments

Zooba wrote Apr 15 at 10:30 PM

Fixed in 2.0 feature branch.