Remove the test for xc in _pydecimal#27102
Remove the test for xc in _pydecimal#27102ambv merged 1 commit intopython:mainfrom donno2048:patch-1
Conversation
If `xc == 1` then it'll return in line `2140`
|
How is it obvious that |
|
If |
|
@ambv any response? |
|
Sorry, it's still unclear to me that this is certain. On lines 2190, 2200, and 2217 there might be cases in which |
But everyone of this lines is inside the |
|
Do you have a tool with which you found the issue in this pull request and your other pull requests? Or did you do this manually? For me, there's too many paths through this function for us to be able to reliably tell. |
|
Found it by hand, any code analysis tool will give probably thousands of errors and warning, I won't go through it all |
It's obviously either going to get into the condition or not, if not then |
|
Thanks! ✨ 🍰 ✨ |
No description provided.