W1662 comprehension-escapeΒΆ

Message

'Using a variable that was bound inside a comprehension'

Description

Emitted when using a variable, that was bound in a comprehension handler, outside of the comprehension itself. On Python 3 these variables will be deleted outside of the comprehension.