This repository has been archived by the owner on May 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracer.__init__() shouldn't share the default ScopeManager.
We want to be on the safe side: now by default we let scope_manager=None, and upon checking it within __init__(), create a new ScopeManager if needed, so instances of Tracer don't share it.
- Loading branch information