[New-bugs-announce] [issue35466] Use a linked list for the ceval pending calls.

Eric Snow report at bugs.python.org
Tue Dec 11 17:10:27 EST 2018


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

Currently the list of pending calls (see Include/internal/pycore_ceval.h) is implemented as a circular buffer.  A linked list would be easier to understand and modify.  It also allows for removing the restriction on the number of pending calls.

----------
assignee: eric.snow
components: Interpreter Core
messages: 331655
nosy: eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Use a linked list for the ceval pending calls.
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list