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 Erwin Mayer
Recipients Erwin Mayer, gvanrossum, vstinner, yselivanov
Date 2016-03-09.18:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457547024.07.0.784270174069.issue26520@psf.upfronthosting.co.za>
In-reply-to
Content
This cannot be a firewall issue as a loop can be successfully created thousands of time, for hours, before a creation attempt will hang (with no change from the firewall). The rest of the program (other threads) continues to run and there is memory issue.

If I understand correctly, the sockets used by asyncio are internal only and would not be exposed to the world through any local port, so I don't see how a firewall could intercept them (that would be worrisome for all users of asyncio).
History
Date User Action Args
2016-03-09 18:10:24Erwin Mayersetrecipients: + Erwin Mayer, gvanrossum, vstinner, yselivanov
2016-03-09 18:10:24Erwin Mayersetmessageid: <1457547024.07.0.784270174069.issue26520@psf.upfronthosting.co.za>
2016-03-09 18:10:24Erwin Mayerlinkissue26520 messages
2016-03-09 18:10:23Erwin Mayercreate