Reproduce it with jtsim -s obj. The object used as background is using codes 5D0x/5D1x. In jt053244_scan, this is scan_obj[6:0]==2. It should actually look like: The object size bits may not be ...
Python runtime keeps tracks of and garbage collects objects using reference counting. This means that at any given time there are many objects alive in the Python runtime each holding references to a ...