Changes between Initial Version and Version 1 of Ticket #35279, comment 3
- Timestamp:
- Mar 7, 2024, 10:56:49 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35279, comment 3
initial v1 55 55 Removing the `gc.set_debug` statement, the `gc.garbage` is always empty, so it looks like à side effect of `DEBUG_LEAK`. 56 56 57 {{{ 58 {'bars': [<__main__.Child object at 0x7535cf1d90>]} <__main__.Parent object at 0x7535cf1650> 59 0 60 0 61 {'bars': [<__main__.Child object at 0x7535cd7310>]} <__main__.Parent object at 0x7535cd5fd0> 62 0 63 }}} 57 64 As per the `gc` documentation: 58 65