Skip to main content

Module thread

Module thread 

Source

Functions§

allow_threads
No-op on non-unix or non-threading builds.
enter_vm
get_current_frame
Get the current thread’s top frame pointer. Used by faulthandler’s signal handler to start traceback walking.
set_current_frame
Set the current thread’s top frame pointer for signal-safe traceback walking. Returns the previous frame pointer so it can be restored on pop.
with_current_vm
with_vm