Make the same fixes for float, and run into the same issue
float.__new__(cls) can return something that is not an instance of cls Disable rewriting of float.__new__ and int.__new__ in this changeset
Showing
Please register or sign in to comment