[MacPorts] #30031: python27 @2.7.2_2 has broken exponentiation (was: pypy fails to build using python27)
MacPorts
noreply at macports.org
Mon Nov 21 09:19:50 PST 2011
#30031: python27 @2.7.2_2 has broken exponentiation
------------------------------------+---------------------------------------
Reporter: jeremyhu@… | Owner: jmr@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords:
Port: python27 |
------------------------------------+---------------------------------------
Changes (by jmr@…):
* status: closed => reopened
* resolution: worksforme =>
* port: pypy => python27
Comment:
Definitely a bug in the python build. On 10.6 built with Xcode 3.2.6:
{{{
>>> 2**64
18446744073709551616L
}}}
On 10.7 built with Xcpde 4.2:
{{{
>>> 2**64
0
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30031#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list