New submission from Vex Woo: I'v tested the following steps against python3.5 and python3.6. Python shell hangs on.
$ python3.6 Python 3.6.0 (v3.6.0:41df79263a11, Dec 22 2016, 17:23:13) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import itertools >>> counter = itertools.count() >>> next(counter) 0 >>> next(counter) 1 >>> 'count' in counter ^C^C^C^C^C^C^C^C ^C^C^C ^D ^Z [1] + 47254 suspended python3.6 ~ ->> fg [1] + 47254 continued python3.6 ^C^C^Z [1] + 47254 suspended python3.6 ---------- components: Build messages: 285093 nosy: Nixawk priority: normal severity: normal status: open title: Python3 interactive shell hangs on type: behavior versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29222> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com