Message280031
| 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. |
|