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 louielu
Recipients Mark, eryksun, louielu, martin.panter, njs, terry.reedy
Date 2017-06-28.06:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498631349.85.0.0841635497398.issue29926@psf.upfronthosting.co.za>
In-reply-to
Content
Other operation which will block the process will do the same as time.sleep(), too.

    >>> import socket
    >>> s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    >>> s.bind(('', 25000))
    >>> s.recv(100)
    <Control-C>

IDLE will ignore this control-c, too.
History
Date User Action Args
2017-06-28 06:29:09louielusetrecipients: + louielu, terry.reedy, njs, martin.panter, Mark, eryksun
2017-06-28 06:29:09louielusetmessageid: <1498631349.85.0.0841635497398.issue29926@psf.upfronthosting.co.za>
2017-06-28 06:29:09louielulinkissue29926 messages
2017-06-28 06:29:09louielucreate