mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 01:00:26 +08:00
7d046654f1
Fixes #7698. At runtime, these methods call `tkinter._flatten()`, which recursively turns lists or tuples (but not other sequences) into a flat tuple of items. Unfortunately we don't have recursive types yet.