[New-bugs-announce] [issue39770] Remove unnecessary size calculation in array_modexec in Modules/arraymodule.c

Andy Lester report at bugs.python.org
Thu Feb 27 00:56:10 EST 2020


New submission from Andy Lester <andy at petdance.com>:

The array_modexec function in Modules/arraymodule.c has a loop that calculates the number of elements in the descriptors array.  This size was used at one point, but is no longer.  The loop can be removed.

----------
components: Interpreter Core
messages: 362772
nosy: petdance
priority: normal
severity: normal
status: open
title: Remove unnecessary size calculation in array_modexec in Modules/arraymodule.c

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39770>
_______________________________________


More information about the New-bugs-announce mailing list