mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
1 line
201 B
ReStructuredText
1 line
201 B
ReStructuredText
Fix incorrect :exc:`UnboundLocalError` when two comprehensions in the same function both reference the same name, and in one comprehension the name is bound while in the other it's an implicit global.
|