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 asvetlov, rt121212121, vstinner, yselivanov
Date 2019-01-15.12:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547555051.18.0.534263213712.issue32661@roundup.psfhosted.org>
In-reply-to
Content
bug.py calls loop.run_forever() but nothing calls stops the loop. If you add loop.stop() to handle_incoming_connection(), the script exits properly as soon as a client connects and sends some data.

> 3. I press Ctrl-C in the DOS window.  Nothing happens.

This issue has been fixed by bpo-23057. So I qualify this issue as a duplicate of bpo-23057.
History
Date User Action Args
2019-01-15 12:24:13vstinnersetrecipients: + vstinner, asvetlov, yselivanov, rt121212121
2019-01-15 12:24:11vstinnersetmessageid: <1547555051.18.0.534263213712.issue32661@roundup.psfhosted.org>
2019-01-15 12:24:11vstinnerlinkissue32661 messages
2019-01-15 12:24:11vstinnercreate