From d2ad5718ad955a13cf570bacad1d7800d995da33 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Mon, 2 Nov 2015 04:20:33 +0000 Subject: Issue #25523: Further a-to-an corrections new in 3.5 --- Modules/_collectionsmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_collectionsmodule.c') diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 66f5939c60..214872b393 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -629,7 +629,7 @@ volume rotations should take care not to penalize the common case. Conceptually, a rotate by one is equivalent to a pop on one side and an append on the other. However, a pop/append pair is unnecessarily slow -because it requires a incref/decref pair for an object located randomly +because it requires an incref/decref pair for an object located randomly in memory. It is better to just move the object pointer from one block to the next without changing the reference count. -- cgit v1.2.1