summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-20 16:06:57 (GMT)
committerGitHub <noreply@github.com>2022-11-20 16:06:57 (GMT)
commit88b101ff52010f795b34e3afc04c0e934d662d82 (patch)
tree25582945bc12f7ae3871f467386c4f3d8e408da9 /Misc/NEWS.d
parent42b7b2179e27f6df110a1b528fc948784e497265 (diff)
downloadcpython-88b101ff52010f795b34e3afc04c0e934d662d82.zip
cpython-88b101ff52010f795b34e3afc04c0e934d662d82.tar.gz
cpython-88b101ff52010f795b34e3afc04c0e934d662d82.tar.bz2
[3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (GH-99366)
gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (cherry picked from commit 67b4d2772c5124b908f8ed9b13166a79bbeb88d2) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Chris Withers <chris@withers.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-08-19-39-27.gh-issue-98086.y---WC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-08-19-39-27.gh-issue-98086.y---WC.rst b/Misc/NEWS.d/next/Library/2022-10-08-19-39-27.gh-issue-98086.y---WC.rst
new file mode 100644
index 0000000..f4a1d27
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-08-19-39-27.gh-issue-98086.y---WC.rst
@@ -0,0 +1 @@
+Make sure ``patch.dict()`` can be applied on async functions.