bpo-33144: Fix choosing random.Random._randbelow implementation. by serhiy-storchaka · Pull Request #6563 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
May 8, 2018Merged
Conversation
Copy link Copy Markdown
Member
random() takes precedence over getrandbits() if defined later in the class tree.
random() takes precedence over getrandbits() if defined later in the class tree.
serhiy-storchaka
requested a review
from rhettinger
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
serhiy-storchaka
merged commit
ec1622d
into
python:master
bedevere-bot
removed
the
awaiting merge
label
serhiy-storchaka
deleted the
random-randbelow
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment