salt/changelog/66996.fixed.md
jeanluc c4361cf828 Ensure injected globals are defined on spawning platforms
This ensures dunders like __env__ are defined in states running in
parallel on spawning platforms.

The __running__ dict can contain salt.utils.process.Process instances,
which are still picklable.
2024-10-25 04:45:35 -07:00

111 B

Ensured global dunders like env are defined in state module that are run in parallel on spawning platforms