patches/Restricted: fix reversed safe builtin
It did not allow iteration, probably since python 2.7. We also need to allow objects implementing __reversed__ with a custom type, I only found list.__reversed__
Showing
Please register or sign in to comment