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