This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Erwin Mayer, gvanrossum, vstinner, yselivanov
Date 2016-03-09.20:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJj3y89jth9jSSamY62M3xsOFG3aHHWovX15FN1wCwkCQ@mail.gmail.com>
In-reply-to <1457555327.78.0.158085906825.issue26520@psf.upfronthosting.co.za>
Content
Closing the loop is not taken care of by GC, so I would start there.
AFAIK that's covered by the docs, but if you think the docs could be
clearer please do submit a separate issue with a documentation update
(you can easily submit a patch for that!).

It would be more useful as a bug report if you boiled it down to a
small stand-alone program that exhibits the bug, rather than saying
"in production, after many hours, I get a traceback" (the code you
posted by itself is not enough to repro the issue, since you never
show what the coroutine does).
History
Date User Action Args
2016-03-09 20:46:32gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Erwin Mayer
2016-03-09 20:46:32gvanrossumlinkissue26520 messages
2016-03-09 20:46:32gvanrossumcreate