Files
cpython/Objects
Victor Stinner 5783fd2c58 Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to
avoid undefined behaviour when LONG_MAX type is smaller than 60 bits.

This change should fix a warning with the ICC compiler.
2015-09-19 13:39:03 +02:00
..
2015-05-18 22:20:18 +03:00
2015-05-17 14:47:00 -07:00
2015-07-04 19:59:24 -05:00
2015-04-23 17:06:45 -04:00
2015-04-27 17:49:16 +03:00
2015-08-06 00:04:23 -05:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects