Changes between Version 57 and Version 58 of HashSourceCodes


Ignore:
Timestamp:
Dec 15, 2014, 7:31:05 PM (9 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HashSourceCodes

    v57 v58  
    383383      try:
    384384                 
    385                 longlongformat = 'q'  # long long
     385                longlongformat = '<q'  # little-endian long long
    386386                bytesize = struct.calcsize(longlongformat)
    387387