Changes between Initial Version and Version 1 of Ticket #35279, comment 3


Ignore:
Timestamp:
Mar 7, 2024, 10:56:49 AM (8 months ago)
Author:
Antoine Humbert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35279, comment 3

    initial v1  
    5555Removing the `gc.set_debug` statement, the `gc.garbage` is always empty, so it looks like à side effect of `DEBUG_LEAK`.
    5656
     57{{{
     58{'bars': [<__main__.Child object at 0x7535cf1d90>]} <__main__.Parent object at 0x7535cf1650>
     590
     600
     61{'bars': [<__main__.Child object at 0x7535cd7310>]} <__main__.Parent object at 0x7535cd5fd0>
     620
     63}}}
    5764As per the `gc` documentation:
    5865
Back to Top