-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-30281: fix the default value for stop in PySlice_Unpack() #1480
Conversation
@zhangyangyu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @mdickinson, @benjaminp and @serhiy-storchaka to be potential reviewers. |
@serhiy-storchaka , do we need to change the doc and comment from |
ping @serhiy-storchaka |
Yes, I think it is worth to update the doc and the comment in ceval.c (but not the comment in PySlice_Unpack). |
No description provided.