Skip to content

Commit 4bca4e5

Browse files
miss-islingtonaisksobolevn
authored
[3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120273)
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (cherry picked from commit 5d59b87) Co-authored-by: AN Long <aisk@users.noreply.github.com> Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent 9b704ce commit 4bca4e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/concurrent/futures/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'ALL_COMPLETED',
2424
'CancelledError',
2525
'TimeoutError',
26+
'InvalidStateError',
2627
'BrokenExecutor',
2728
'Future',
2829
'Executor',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add :exc:`concurrent.futures.InvalidStateError` to module's ``__all__``.

0 commit comments

Comments
 (0)