Commit 01390c5
committed
MNT: delete references to frame objects
This is to help prevent reference cycles between the frames and the locals in
that frame.
While garbage collection should in most cases take care of this eventually, we
can help the interpreter out and break the cycle before we return.1 parent db0c7c3 commit 01390c5
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
388 | 390 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments