diff options
author | Elisha Hollander <just4now666666@gmail.com> | 2021-07-15 13:48:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 12:48:46 +0200 |
commit | 3527569f1cd0df697242b68a8a837f08904872fe (patch) | |
tree | 2418ac307466866f15a96c261406733472d12d44 /Python/sysmodule.c | |
parent | 28544609cb2a79d8d7ea5a54714d723669ef2adb (diff) | |
download | cpython-git-3527569f1cd0df697242b68a8a837f08904872fe.tar.gz |
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
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions