Victor Stinner
|
0b1e3307e2
|
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
Move gil_drop_request member from _PyRuntimeState.ceval to
PyInterpreterState.ceval.
|
2020-05-05 16:14:31 +02:00 |
|
Victor Stinner
|
4e01946caf
|
bpo-40513: Per-interpreter signals pending (GH-19924)
Move signals_pending from _PyRuntime.ceval to
PyInterpreterState.ceval.
|
2020-05-05 15:43:37 +02:00 |
|
Dong-hee Na
|
62f75fe3dd
|
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
|
2020-04-15 01:16:24 +09:00 |
|
Victor Stinner
|
1c4cbdf94d
|
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Move PyRuntimeState from pycore_pystate.h to pycore_runtime.h.
Remove _PyGILState_check_enabled macro: access directly
_PyRuntime.gilstate.check_enabled.
|
2020-04-13 11:45:21 +02:00 |
|