aboutsummaryrefslogtreecommitdiff
path: root/py/objattrtuple.c
AgeCommit message (Expand)Author
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-02-16py/objtuple: Convert mp_uint_t to size_t where appropriate.Damien George
2015-11-29py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George
2015-04-29py: Fix attrtuple array length in print and creation.Damien George
2015-04-29py: In attrtuple use the correct length value and index for 'fields'.Daniel Campora
2015-04-21py: Add attrtuple object, for space-efficient tuples with attr access.Damien George