New submission from Eric Snow <ericsnowcurren...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to