Skip to content

Commit 66fa8c3

Browse files
committed
feat: new primitive for weakref.ref
1 parent 07d4a1b commit 66fa8c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/test-data/run-weakref.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Test cases for weakrefs (compile and run)
22

33
[case testWeakrefRef]
4+
import pytest # type: ignore [import-not-found]
45
from weakref import ref
56
from mypy_extensions import mypyc_attr
67

0 commit comments

Comments
 (0)