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 yselivanov
Recipients asvetlov, gvanrossum, methane, ned.deily, python-dev, socketpair, vstinner, yselivanov
Date 2016-11-03.22:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478212186.88.0.878524331558.issue28600@psf.upfronthosting.co.za>
In-reply-to
Content
+            # Wake up the loop if the finalizer was called from
+            # a different thread.
+            self._write_to_self()

Yeah, looks like shutdown_asyncgens somehow ended up in 3.5 branch (there's no harm in it being there).  I'll sync the branches.
History
Date User Action Args
2016-11-03 22:29:46yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, ned.deily, asvetlov, methane, socketpair, python-dev
2016-11-03 22:29:46yselivanovsetmessageid: <1478212186.88.0.878524331558.issue28600@psf.upfronthosting.co.za>
2016-11-03 22:29:46yselivanovlinkissue28600 messages
2016-11-03 22:29:46yselivanovcreate