[issue27522] Reference cycle in email.feedparser

2016-07-15 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue27522] Reference cycle in email.feedparser

2016-07-15 Thread R. David Murray
R. David Murray added the comment: Thanks, Costas. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue27522] Reference cycle in email.feedparser

2016-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6c7fd035bce3 by R David Murray in branch '3.5': #27522: break unintended cycle in feedparser. https://hg.python.org/cpython/rev/6c7fd035bce3 New changeset e1278508f3cb by R David Murray in branch 'default': Merge: #27522: break unintended cycle in f

[issue27522] Reference cycle in email.feedparser

2016-07-15 Thread Costas
New submission from Costas: Background: We have two (clusters of) servers running a high-throughput websocket application. One runs under Python 2.7, the other has been migrated to 3.4. Very similar code runs on both servers, and both manually call the gc periodically to reduce latency. Prob