Improved documentation for the pythonizations. Test mutability of objects returned by collection subscript in python (mutable without the subscript pythonization/immutable with the pythonization)
Added relevant test and information about the collection subscript pythonization changing the type of __getitem__ from mutable datatype objects to immutable datatype objects
Added information about the exception risen, and added link to a list of pythonizations
BEGINRELEASENOTES
ENDRELEASENOTES
Triggered by the unexpected errors in https://github.com/key4hep/EDM4hep/pull/290 concerning the mutability of objects returned by collection subscript in python
Added relevant test and information about the collection subscript pythonization changing the type of
__getitem__
from mutable datatype objects to immutable datatype objects Added information about the exception risen, and added link to a list of pythonizations