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 vstinner
Recipients gvanrossum, martius, python-dev, vstinner, yselivanov
Date 2015-01-12.11:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421060792.52.0.245196455143.issue23209@psf.upfronthosting.co.za>
In-reply-to
Content
I opened the issue #23225 "selectors: raise an exception if the selector is closed" which is a different approach (but it should also fix the reference cycle, I kept the "self._map = None" change).
History
Date User Action Args
2015-01-12 11:06:32vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, martius
2015-01-12 11:06:32vstinnersetmessageid: <1421060792.52.0.245196455143.issue23209@psf.upfronthosting.co.za>
2015-01-12 11:06:32vstinnerlinkissue23209 messages
2015-01-12 11:06:32vstinnercreate