-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in merge for NamedTuple #43045
Comments
Huh --- I'm not sure the use of |
For a reference: it is not
|
Right; I'm wondering for example if that method should reverse the collection too, or be replaced with several more specific methods, or something else. |
Aha:
So One thing at stake here is that if |
I would prioritize correctness over speed (as clearly what I report is a bug). I think we could allow I have not checked if it would break anything but it seems it should not. |
Idea: instead of implementing |
Here is a MWE:
The problem is that
merge
uses only:data
field, but ignores the order specified by the:itr
field.The text was updated successfully, but these errors were encountered: