Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move _should_stop initialization to __init__ (#426)
Avoid using mutable default values for _should_stop by initializing it in the __init__ method to ensure instance-level independence.
- Loading branch information