Length of type names in AttributeError are inconsistent #103712
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Some of them truncate the type name at 50 characters, some 100, and some 200. 50 is noticeably short enough that I actually do encounter truncations with nested modules.
It'd be good to make this minimally consistent by replacing all the 50s with 100s.
Linked PRs
The text was updated successfully, but these errors were encountered: