• 
      

    Update typing: Set[...]

    Review Request #15111 — Created June 12, 2026 and submitted

    Information

    Review Board
    release-9.x

    Reviewers

    This change updates legacy type hints that use the old Set[...] form
    to be set[...] instead.

    Because I want to keep this tightly focused and easy to review, this
    does not make any changes to other legacy type hints, documentation,
    etc., even within the changed lines. Those will come in future changes.

    Ran unit tests.

    Summary ID
    Update typing: Set[...]
    This change updates legacy type hints that use the old `Set[...]` form to be `tuple[...]` instead. Because I want to keep this tightly focused and easy to review, this does not make any changes to other legacy type hints, documentation, etc., even within the changed lines. Those will come in future changes. Testing Done: Ran unit tests.
    npoooyxzpqqwwkuznnnnzkxtrklxxrmu
    Description From Last Updated

    Description says tuple instead of set.

    maubin maubin
    maubin
    1. 
        
    2. Show all issues

      Description says tuple instead of set.

    3. 
        
    david
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-9.x (ce64ca9)