Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)
- if `xc == 1` then the function returns on line 2140; - other assignments to `xc` are inside the `y.sign == 1` condition block which always returns early
E
Elisha Hollander committed
3527569f1cd0df697242b68a8a837f08904872fe
Parent: 2854460
Committed by GitHub <noreply@github.com>
on 7/15/2021, 10:48:46 AM