summaryrefslogtreecommitdiff
path: root/tests/basics/setattr1.py
AgeCommit message (Collapse)Author
2018-02-07tests/basics: Rename remaining tests that are for built-in functions.Damien George
For consistency with all of the other tests that are named builtin_XXX.py.
2018-02-07py/objtype: Check and prevent delete/store on a fixed locals map.Damien George
Note that the check for elem!=NULL is removed for the MP_MAP_LOOKUP_ADD_IF_NOT_FOUND case because mp_map_lookup will always return non-NULL for such a case.
2015-09-03tests: Add tests to improve coverage of objstr.c.Damien George
2015-02-14py: Add setattr builtin.stijn