]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Feb 2025 17:48:46 +0000 (18:48 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 17:48:46 +0000 (17:48 +0000)
commit8db2fa25753c98cde05525406036446770bb2c9c
tree6a87216270efbec60177062773335f6938ee7e12
parent91e5e246b36a012e06d9fda1e68a7dd0157e0482
[3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130417)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2025-02-21-10-32-05.gh-issue-130285.C0fkh7.rst [new file with mode: 0644]