Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix random.sample for python312 (#2914)
### Reason for changes ``` if not isinstance(population, _Sequence): > raise TypeError("Population must be a sequence. " "For dicts or sets, use sorted(d).") E TypeError: Population must be a sequence. For dicts or sets, use sorted(d). ```
- Loading branch information