mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
5cbd8331ff
Replaces the PyList_GET_ITEM and PyList_SET_ITEM macros with normal array accesses. Replace the siftup unpredicatable branch with arithmetic. Replace the rc == -1 tests with rc < 0. Gives nicer looking assembly with both Clang and GCC-4.9. Also gives a small performance both for both.
Source files for standard library extension modules, and former extension modules that are now builtin modules.