Improvements
- Keys in `extra_constructors` can start without `"!"`
Bug Fixes
- `generate_loader` always returns a new `yaml.SafeLoader` class, so runners no longer share the same loader.
- `set_context` always copies the `extra_context` dictionary, which should also help guarantee uniqueness between runners or copies of runners.