add operator__name__ test
The builtin functions in the `operator' module are missing their __name__ attribute, which is causing some of the imported CPython regression tests to fail.
Showing
Please register or sign in to comment
The builtin functions in the `operator' module are missing their __name__ attribute, which is causing some of the imported CPython regression tests to fail.