leikdga

Results 2 issues of leikdga

gh-118961: random.choices undefined behavior when some weights are not finite or negative

awaiting review

# Feature or enhancement ### Problem In current [doc of random module](https://docs.python.org/3.14/library/random.html), it is mentioned that > Weights are assumed to be non-negative and finite. But what will happen if...

type-feature