[issue43908] array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag

Shreyan Avigyan report at bugs.python.org
Fri Apr 30 03:59:25 EDT 2021


Shreyan Avigyan <shreyan.avigyan at gmail.com> added the comment:

Py_TPFLAGS_IMMUTABLETYPE has been applied to array.array by Erlend in https://github.com/python/cpython/pull/25696. Should Py_TPFLAGS_IMMUTABLETYPE be applied to other heap types also (the ones that were converted from static types)?

----------

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


More information about the Python-bugs-list mailing list