diff options
author | Clinton <pygeek@users.noreply.github.com> | 2024-06-07 07:39:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 07:39:19 (GMT) |
commit | bd826b9c77dbf7c789433cb8061c733c08634c0e (patch) | |
tree | db16a5ca0c0655503e08499f17307bed9bdb9a17 /Misc | |
parent | 5c115567b1e3aecb7a53cfd5757e25c088398411 (diff) | |
download | cpython-bd826b9c77dbf7c789433cb8061c733c08634c0e.zip cpython-bd826b9c77dbf7c789433cb8061c733c08634c0e.tar.gz cpython-bd826b9c77dbf7c789433cb8061c733c08634c0e.tar.bz2 |
gh-120157: Remove unused code in concurrent.future (gh-120187)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst b/Misc/NEWS.d/next/Library/2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst new file mode 100644 index 0000000..3e90512 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-06-07-02-00-31.gh-issue-120157.HnWcF9.rst @@ -0,0 +1 @@ +Remove unused constant ``concurrent.futures._base._FUTURE_STATES`` in :mod:`concurrent.futures`. Patch by Clinton Christian (pygeek). |