On Wed Feb 21 10:56:39 2024 +0000, Nikolay Sivov wrote:
I thought those are unrelated. We use builtin_types as a shortcut for frequently used types, that were also added in global scope. Is that not the case?
Putting the type in global scope only makes sense if it can be looked up by name. If it's a keyword then it can't.
I guess there's not really a downside to doing it like this so I won't reject the patch over it.