summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorClinton <pygeek@users.noreply.github.com>2024-06-07 07:39:19 (GMT)
committerGitHub <noreply@github.com>2024-06-07 07:39:19 (GMT)
commitbd826b9c77dbf7c789433cb8061c733c08634c0e (patch)
treedb16a5ca0c0655503e08499f17307bed9bdb9a17 /Misc
parent5c115567b1e3aecb7a53cfd5757e25c088398411 (diff)
downloadcpython-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.rst1
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).