diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2021-03-16 04:02:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 04:02:25 (GMT) |
commit | 448801da96c70699e2ca0798efdfe86d45f37f06 (patch) | |
tree | babbdb97bfc46fffe4cb0f938c95154b53b22665 /Misc/NEWS.d | |
parent | d69ae758a0606c142c305123dcbad3e3e42d664f (diff) | |
download | cpython-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.rst | 1 |
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 |