Rafael Laverde

Results 13 comments of Rafael Laverde

Maybe this is related: https://github.com/scrapy/scrapy/commit/8d77005047cc701970c8c4114a65423c0dc7c2ee I think that WorkerManager is doing something with the workers that cause it the thread to change, or maybe is because it's use QThread

I've finally found the bug, It's caused because the workermanager change the worker thread in _start() method https://github.com/spyder-ide/spyder/blob/master/spyder/utils/workers.py#L264 Using instead the logic for ProcessWorker, fix the bug (although that doesn't...

I think that the only solution is to move to use `ProcessWorker`, I'll further investigate if there is other solution before doing that.