[issue35466] Use a linked list for the ceval pending calls.

Serhiy Storchaka report at bugs.python.org
Tue Dec 11 17:49:40 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Was not a circular array used intentionally because this allows to avoid calling malloc()?

And the proposed code looks more complicated to me than the current code.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list