Temporal Python SDK sandbox environment
The Temporal Python SDK provides a sandbox environment to prevent non-determinism errors, ensuring your application runs safely and deterministically. It uses global state isolation, restrictions, and passthrough modules to achieve this, allowing you to pass through known-side-effect-free third-party modules and customize the sandbox environment to meet your needs.