[Buildbot-commits] [Buildbot] #2272: Eviction of BuildStatus objects
Buildbot
nobody at buildbot.net
Sat May 12 23:59:29 UTC 2012
#2272: Eviction of BuildStatus objects
------------------------+--------------------
Reporter: szager | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: 0.8.6p1 | Resolution:
Keywords: performance |
------------------------+--------------------
Comment (by dustin):
Have you determined that this fix eliminates the circular references?
Python's GC really only gets into trouble when one of the objects in a
cycle has a `__del__` method -- which ``pb.Referencable`` objects do.
None of the classes you implicated above are referencable, but perhaps
that wasn't a complete list of the cycle?
--
Ticket URL: <http://trac.buildbot.net/ticket/2272#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list