summaryrefslogtreecommitdiff
path: root/tests/basics/dict_union.py
AgeCommit message (Collapse)Author
2022-11-25py/objdict: Implement dictionary union (PEP 584).Rayane Chatrieux
Implements dictionary union according to PEP 584's specifications, minus the fact that dictionary entries are not guaranteed to be in insertion order. This feature is enabled with MICROPY_CPYTHON_COMPAT. Includes a new test. With the assistance of Fangrui Qin <qinf@purdue.edu> Signed-off-by: Rayane Chatrieux <rayane.chatrieux@gmail.com> Signed-off-by: Damien George <damien@micropython.org>