[MacPorts] #32072: Python: powers of two are screwed up starting at 2**63

MacPorts noreply at macports.org
Tue Nov 15 09:32:47 PST 2011


#32072: Python: powers of two are screwed up starting at 2**63
-----------------------------------------+----------------------------------
 Reporter:  singingwolfboy@…             |       Owner:  jwa@…            
     Type:  defect                       |      Status:  new              
 Priority:  Normal                       |   Milestone:                   
Component:  ports                        |     Version:  2.0.3            
 Keywords:                               |        Port:  python25 python27
-----------------------------------------+----------------------------------

Comment(by ryandesign@…):

 Unable to reproduce issue on Snow Leopard:

 {{{
 $ sw_vers; for v in 4 5 6 7; do port -vq installed python2${v}; for n in
 62 63 64 65; do /opt/local/bin/python2.${v} -c "print 2**${n}"; done; done
 ProductName:    Mac OS X
 ProductVersion: 10.6.8
 BuildVersion:   10K549
   python24 @2.4.6_9+universal (active) platform='darwin 10' archs='i386
 x86_64'
 4611686018427387904
 9223372036854775808
 18446744073709551616
 36893488147419103232
   python25 @2.5.6_2+universal (active) platform='darwin 10' archs='i386
 x86_64'
 4611686018427387904
 9223372036854775808
 18446744073709551616
 36893488147419103232
   python26 @2.6.7_2+universal (active) platform='darwin 10' archs='i386
 x86_64'
 4611686018427387904
 9223372036854775808
 18446744073709551616
 36893488147419103232
   python27 @2.7.2_2+universal (active) platform='darwin 10' archs='i386
 x86_64'
 4611686018427387904
 9223372036854775808
 18446744073709551616
 36893488147419103232
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/32072#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list