Issue #25523: Further a-to-an corrections new in 3.5

This commit is contained in:
Martin Panter 2015-11-02 04:20:33 +00:00
parent 2eb819f7a8
commit d2ad5718ad
8 changed files with 10 additions and 10 deletions

View file

@ -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.