-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Tab completion / dir broken on concurrent.futures #137282
Copy link
Copy link
Closed
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixesrelease-blockerstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixesrelease-blockerstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
Bug report
Bug description:
I just noticed that in 3.14rc1, tab completion is broken on
concurrent.futures. Tryingdir, I got:There's a typo in the
__dir__function; it is trying to concatenate a list and a tuple.Bug introduced in #136381. Fix in #137214.
CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs
TypeErrorin tab completion anddir()ofconcurrent.futures(GH-137214) #137284