Segmentation Fault in Python Data Generator Method When Fetching Trades
I am using a data generator to fetch data for a specified time frame. The code eventually crashes with a segmentation fault. I’ve used faulthandler to get more information, but I’m still unsure what’s causing the error. I am really at my wit’s end here.