bpo-39648:[WIP]updated math.gcd to accept 'n' arguments.#18590
bpo-39648:[WIP]updated math.gcd to accept 'n' arguments.#18590ananthan-123 wants to merge 17 commits intopython:masterfrom ananthan-123:gcdnew
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 |
sweeneyde
left a comment
There was a problem hiding this comment.
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 <[email protected]>
Co-Authored-By: sweeneyde <[email protected]>
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