![](https://secure.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db.jpg?s=120&d=mm&r=g)
Feb. 21, 2015
3:17 p.m.
On 20.02.15 18:11, Eric V. Smith wrote:
I asked about this years ago, and was told it was in case the type name pointer was bad, and to limit the amount of garbage printed. Whether that's an actual problem or not, I can't say. It seems more likely that you'd get a segfault, but maybe if it was pointing to reused memory it could be useful.
Thank you. This makes sense and explains why type names are not truncated in Python code.