patches/Restricted: no need to patch sorted on py3
In current versions, sorted is allowed in RestrictedPython. Also, our implementation of sorted was not correct with generators, it consumed the generator by iterating on it a first time to check the values.
Showing
Please register or sign in to comment