summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2021-03-16 04:02:25 (GMT)
committerGitHub <noreply@github.com>2021-03-16 04:02:25 (GMT)
commit448801da96c70699e2ca0798efdfe86d45f37f06 (patch)
treebabbdb97bfc46fffe4cb0f938c95154b53b22665 /Misc/NEWS.d
parentd69ae758a0606c142c305123dcbad3e3e42d664f (diff)
downloadcpython-448801da96c70699e2ca0798efdfe86d45f37f06.zip
cpython-448801da96c70699e2ca0798efdfe86d45f37f06.tar.gz
cpython-448801da96c70699e2ca0798efdfe86d45f37f06.tar.bz2
bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-03-13-08-18-01.bpo-41361.lXDIlr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-13-08-18-01.bpo-41361.lXDIlr.rst b/Misc/NEWS.d/next/Library/2021-03-13-08-18-01.bpo-41361.lXDIlr.rst
new file mode 100644
index 0000000..19e08f8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-03-13-08-18-01.bpo-41361.lXDIlr.rst
@@ -0,0 +1 @@
+:meth:`~collections.deque.rotate` calls are now slightly faster due to faster argument parsing. \ No newline at end of file