-
-
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-39648:[WIP]updated math.gcd to accept 'n' arguments. #18590
Conversation
I made clinic and now it is showing checksum error. |
What error are you getting? |
Ah, I think I understand: after you merge the upstream master in, you'll get conflicts in |
I think the test failure is due to some other problem!! |
Yes. You need to initialise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the main bug is that there is a difference between the C value 0
(aka a null pointer) and the Python int
0
.
Updated the code. |
Co-Authored-By: sweeneyde <36520290+sweeneyde@users.noreply.github.com>
Co-Authored-By: sweeneyde <36520290+sweeneyde@users.noreply.github.com>
No:
with simply
|
Thanks for the review.Made suitable changes. |
Now the problem is with clinic(don't know if any other problem is there).Don't we have to make clinic. |
Closing, since #18604 was merged. |
https://bugs.python.org/issue39648