Closed GoogleCodeExporter closed 9 years ago
Where you checking with any debugger in particular or do you have any traces?
I'll look into it regardless though.
Original comment by Bashw...@gmail.com
on 17 Dec 2012 at 3:11
I just read the python gc documentation and found out a nice nugget: if a cycle
contains a __del__ method, the gc will not be able to collect it. Guess what
contains a __del__ method? BaseModbusClient. The bug is now fixed in the head
branch on github: http://docs.python.org/2/library/gc.html
Original comment by Bashw...@gmail.com
on 17 Dec 2012 at 3:52
Original issue reported on code.google.com by
alexandr...@gmail.com
on 13 Dec 2012 at 12:24