You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is: Value of type object is not indexable. It's about the `x['name'] in the lambda. Almost feels like the type variable leaked or got substituted wrong. Maybe an issue in infer_function_type_arguments()?
Reproducer:
sorted([{'name': 'test'}], key=lambda x: x['name'])
Moved from #1150.
The text was updated successfully, but these errors were encountered: