py/gc: Scan GC blocks as an array of pointers, not an array of objects.
The GC should search for pointers within the heap. This patch makes a difference when an object is larger than a pointer (eg 64-bit NaN boxing).
Showing
Please register or sign in to comment