-
- Downloads
py: Move locals/globals dicts to the thread-specific state.
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.
Loading
Please register or sign in to comment