On Wed, Apr 29, 2020 at 9:15 PM Chris Angelico <[email protected]> wrote: > I'm not seeing any evidence that this is a doubly-linked list. It > might happen to be implemented using one in current versions of > CPython, but that's not mandated anywhere.
(And it's not a pure DLL - it's a DLL of blocks of 64 elements apiece. I'm not sure if that's significant or not.) ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/UYH5DJI32JSSYWAQSKGZD62NFSMSIXDX/ Code of Conduct: http://python.org/psf/codeofconduct/
