Select Git revision
modthread.c
modthread.c 10.19 KiB
Each threads needs to have its own private references to its current locals/globals dicts, otherwise functions running within different contexts (eg imported from different files) can behave very strangely.