Commit 6d32e3f
committed
Remove unnecessary del local variables at end of Gcf.destroy.
`del manager, num` made sense prior to 9f3861f when we used to then call
gc.collect(1) (so we needed to delete the variables from the local frame
so that they can be gc'ed if needed), but we have since then removed the
explicit gc call; thus the del statement doesn't really do anything
anymore (the local frame is about to be destroyed and thus all local
variables will be decref'ed anyways).1 parent d48b2a8 commit 6d32e3f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments