summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/368.rst
blob: 73d4bcb1db23b459afbc92934874f45b0b1167c4 (plain)
1
2
3
4
5
6
7
8
9
.. change::
    :tags: bug, codegen
    :tickets: 368

    Fixed issue where unpacking nested tuples in a for loop using would raise a
    "couldn't apply loop context" error if the loop context was used. The regex
    used to match the for loop expression now allows the list of loop variables
    to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.