Multiprocessing multithreading GIL?
问题 So, since several days I do a lot of research about multiprocessing and multithreading on python and i'm very confused about many thing. So many times I see someone talking about GIL something that doesn't allow Python code to execute on several cpu cores, but when I code a program who create many threads I can see several cpu cores are active. 1st question: What's is really GIL? does it work? I think about something like when a process create too many thread the OS distributed task on multi