Skip to content

Commit 2bf6f10

Browse files
committed
Merge branch 'weakref-call' of https://github.com/BobTheBuidler/mypy into weakref-call
2 parents 53f2ad3 + 5b57549 commit 2bf6f10

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mypyc/lib-rt/misc_ops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,4 +1112,4 @@ PyObject *CPyWeakref_GetRef(PyObject *ref)
11121112
} else {
11131113
return obj;
11141114
}
1115-
}
1115+
}

mypyc/test-data/irbuild-weakref.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ L0:
8181
r1 = cast(weakref.ReferenceType, r)
8282
r2 = CPyWeakref_GetRef(r1)
8383
return r2
84-

0 commit comments

Comments
 (0)