I am doing:
pool = multiprocessing.dummy.Pool(1)
and task manager says Python is using >30% CPU. I have an i5 9600K - has 6 cores. I am running the script from cmd if that means anything. If I use 8 threads, Python uses nearly 100% of the CPU. Is this expected?