[New-bugs-announce] [issue26472] Infinite loop

Tibichte report at bugs.python.org
Wed Mar 2 08:22:54 EST 2016


New submission from Tibichte:

The code below runs indefinitely:

with open(False) as f:
    for line in f:
        print(line)

----------
components: IO
messages: 261113
nosy: DarkMagus
priority: normal
severity: normal
status: open
title: Infinite loop
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list