]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures`...
authorHenry Schreiner <HenrySchreinerIII@gmail.com>
Thu, 31 Jul 2025 16:17:27 +0000 (12:17 -0400)
committerGitHub <noreply@github.com>
Thu, 31 Jul 2025 16:17:27 +0000 (16:17 +0000)
commit2a87af062b79d914ce0120f1f1763213c1ebe8c4
tree60ea75b21e170f6c275fc9f640b1344ba3cb23dd
parentd18f73ae1349ed005fa05ea2d852e1ab51dbc087
gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Lib/concurrent/futures/__init__.py
Lib/test/test___all__.py
Misc/NEWS.d/next/Library/2025-07-31-10-31-56.gh-issue-137282.GOCwIC.rst [new file with mode: 0644]