Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 252 Bytes

comprehension-escape.md

File metadata and controls

7 lines (4 loc) · 252 Bytes

Pattern: Invalid comprehension escape

Issue: -

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.