diff options
author | Damien George <damien.p.george@gmail.com> | 2020-06-09 14:46:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-06-10 22:27:10 +1000 |
commit | f3062b5cbdeea5900486a38902e3155117ebf820 (patch) | |
tree | 9c4766852f86204c08d3c67fbb56c9517a9d1fe0 /tests/extmod/uasyncio_micropython.py | |
parent | 95cbe6b65ec84793f0f5ac2fd89c1375969a3bea (diff) | |
download | micropython-f3062b5cbdeea5900486a38902e3155117ebf820.tar.gz micropython-f3062b5cbdeea5900486a38902e3155117ebf820.zip |
py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered.
Long ago, prior to 0ef01d0a75b8b2f48a72f0041e048a390b9e75b6, fixed and
ordered maps were the same setting with the "table_is_fixed_array" member
of mp_map_t. But these settings are actually independent, and it is
possible to have is_fixed=1, is_ordered=0 (although this can currently
only be done by tools/cc1). So update the comments to reflect this.
Diffstat (limited to 'tests/extmod/uasyncio_micropython.py')
0 files changed, 0 insertions, 0 deletions