Hello, I'm trying to customize a list by overriding __getitem__ method but this change seems to not work with for iteration. When I use my customized list in a for iteration, all changes made in __getitem__ are not take into account. How can I modify this behaviour ? Thanks