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 d3747a2 commit be8e5c0Copy full SHA for be8e5c0
src/greenlet/tests/leakcheck.py
@@ -172,7 +172,7 @@ def _include_object_p(self, obj):
172
# to try to reverse the order of arguments...which leads
173
# to the explosion of mock objects. We don't want that, so we implement
174
# the check manually.
175
- if kind == type(self._include_object_p):
+ if kind == type(self._include_object_p): # pylint: disable=unidiomatic-typecheck
176
try:
177
# pylint:disable=not-callable
178
exact_method_equals = self._include_object_p.__eq__(obj)
0 commit comments