File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1088,7 +1088,7 @@ deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) {
1088
1088
* NOTE: This used to move the reachable objects into a reachable
1089
1089
* set instead. But most things usually turn out to be reachable,
1090
1090
* so it's more efficient to move the unreachable things. See note
1091
- ^ [REACHABLE OR UNREACHABLE?} at the file end.
1091
+ ^ [REACHABLE OR UNREACHABLE?] at the file end.
1092
1092
*/
1093
1093
gc_list_init (unreachable );
1094
1094
move_unreachable (base , unreachable ); // gc_prev is pointer again
@@ -2188,7 +2188,7 @@ PyObject_GC_Del(void *op)
2188
2188
/* ------------------------------------------------------------------------
2189
2189
Notes
2190
2190
2191
- [REACHABLE OR UNREACHABLE?}
2191
+ [REACHABLE OR UNREACHABLE?]
2192
2192
2193
2193
It "sounds slick" to move the unreachable objects, until you think about
2194
2194
it - the reason it pays isn't actually obvious.
You can’t perform that action at this time.
0 commit comments