py: Add attrtuple object, for space-efficient tuples with attr access.
If you need the functionality of a namedtuple but will only make 1 or a few instances, then use an attrtuple instead.
py/objattrtuple.c
0 → 100644
Please register or sign in to comment