-
- Downloads
py: Implement a simple global interpreter lock.
This makes the VM/runtime thread safe, at the cost of not being able to run code in parallel.
Showing
- py/modthread.c 6 additions, 0 deletionspy/modthread.c
- py/mpconfig.h 6 additions, 0 deletionspy/mpconfig.h
- py/mpstate.h 5 additions, 0 deletionspy/mpstate.h
- py/mpthread.h 8 additions, 0 deletionspy/mpthread.h
- py/runtime.c 6 additions, 0 deletionspy/runtime.c
- py/vm.c 4 additions, 0 deletionspy/vm.c
Loading
Please register or sign in to comment