We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43112a commit 6650498Copy full SHA for 6650498
Lib/test/test_types.py
@@ -770,7 +770,7 @@ def __enter__(self):
770
771
def test_lookup_special_method(self):
772
c_lookup = getattr(c_types, "lookup_special_method")
773
- py_lookup = getattr(types, "lookup_special_method")
+ py_lookup = getattr(py_types, "lookup_special_method")
774
self._test_lookup_special_method(c_lookup)
775
self._test_lookup_special_method(py_lookup)
776
0 commit comments