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 <rep...@bugs.python.org> <http://bugs.python.org/issue28096> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com