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 5c9cab5 commit da8e23aCopy full SHA for da8e23a
mypyc/test-data/fixtures/ir.py
@@ -340,6 +340,7 @@ class RuntimeError(Exception): pass
340
class UnicodeEncodeError(RuntimeError): pass
341
class UnicodeDecodeError(RuntimeError): pass
342
class NotImplementedError(RuntimeError): pass
343
+class ReferenceError(Exception): pass
344
345
class StopIteration(Exception):
346
value: Any
mypyc/test-data/fixtures/test-weakref.pyi
mypyc/test-data/run-weakref.test
@@ -48,5 +48,3 @@ def test_weakref_proxy_with_callback():
48
with assertRaises(ReferenceError):
49
p.some_meth()
50
assert _callback_called_cache["proxy"] is True
51
-
52
-[builtins fixtures/test-weakref.pyi]
0 commit comments