[New-bugs-announce] [issue28096] set.difference() is not interruptible

Serhiy Storchaka report at bugs.python.org
Mon Sep 12 02:34:57 EDT 2016


New submission from Serhiy Storchaka:

>>> from itertools import count
>>> set.difference({0}, count())

This hangs and can't be interrupted by Ctrl-C.

----------
components: Interpreter Core
messages: 275977
nosy: rhettinger, serhiy.storchaka
priority: normal
severity: normal
status: open
title: set.difference() is not interruptible
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28096>
_______________________________________


More information about the New-bugs-announce mailing list