]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.future...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Aug 2025 15:13:22 +0000 (17:13 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 15:13:22 +0000 (18:13 +0300)
commit9e8a9ac11afd2c06d4809f4d25c7c8cfb275d719
tree14784bbb864d3c47041617e10220adf77a9eab06
parentf17d77f112f8fe1c80d077a4f2721f855873f3b6
[3.14] gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214) (#137284)

Co-authored-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]