Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get_topics() returns a set, which is iterated by the Log constructor. Make a copy of the set (atomic in cpython!) so nobody adds or removes something while the Log constructor iterates over it
- Loading branch information