Like I mentioned on Discord, after updating my code from somewhere around July to current master, I ran into a problem where a import was failing with "ImportError: cannot import name Xyz". After a lot of bisecting I managed to identify that this problem started with #1057
While I didn't dive too deep into what exactly is happening, I managed to fix the issue by increasing the CIRCUITPY_DEFAULT_STACK_SIZE value from 4K to 8K.
Like I mentioned on Discord, after updating my code from somewhere around July to current master, I ran into a problem where a import was failing with "ImportError: cannot import name Xyz". After a lot of bisecting I managed to identify that this problem started with #1057
While I didn't dive too deep into what exactly is happening, I managed to fix the issue by increasing the
CIRCUITPY_DEFAULT_STACK_SIZEvalue from 4K to 8K.