bpo-42222: Improve tests for invalid argument types in randrange() by serhiy-storchaka · Pull Request #29021 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
ambv merged 1 commit intopython:mainfrom
Oct 19, 2021Merged
bpo-42222: Improve tests for invalid argument types in randrange()#29021
ambv merged 1 commit intopython:mainfrom
bpo-42222: Improve tests for invalid argument types in randrange()#29021
ambv merged 1 commit intopython:mainfrom
Conversation
Copy link
Member
There were duplicate tests and some tests were removed in previous commit.
serhiy-storchaka
requested a review
from rhettinger
bedevere-bot
added
the
awaiting core review
label
the-knights-who-say-ni
added
the
CLA signed
label
ambv
merged commit
5742416
into
python:main
bedevere-bot
removed
the
awaiting core review
label
Copy link
Contributor
miss-islington
commented
Oct 19, 2021
miss-islington commented
Oct 19, 2021Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!
Copy link
Contributor
miss-islington
commented
Oct 19, 2021
miss-islington commented
Oct 19, 2021Sorry @serhiy-storchaka and @ambv, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 574241632bd19e56ed488ee4d8999aefc6a8d7cd 3.10
miss-islington
assigned
ambv
ambv
added
needs backport to 3.10
and removed needs backport to 3.10
only security fixeslabels
Oct 19, 2021Copy link
Contributor
miss-islington
commented
Oct 19, 2021
miss-islington commented
Oct 19, 2021Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖
Copy link
Contributor
miss-islington
commented
Oct 19, 2021
miss-islington commented
Oct 19, 2021Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 574241632bd19e56ed488ee4d8999aefc6a8d7cd 3.10
Copy link
Contributor
ambv
commented
Oct 19, 2021
ambv commented
Oct 19, 2021Forget the backport, the original change was in 3.11 actually.
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