This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brian.curtin, pitrou, theller, wenkat_s
Date 2010-02-10.12:03:05
SpamBayes Score 0.0013304453
Marked as misclassified No
Message-id <1265803387.01.0.583371768735.issue7505@psf.upfronthosting.co.za>
In-reply-to
Content
It works in 64-bit mode under Mandriva Linux (gcc 4.4.1), with Python 2.6, 2.7 and 3.2.

$ python issue7505.py 
b = (nil)
a = 7, c = 7, d = 7, e = 7, f = 7, g = 7, h = 7, i = 7, j = 7, k = 7,  l = 7

I also works with a hand-compiled Python (2.6, 2.7, 3.2) under a 64-bit Ubuntu box. However, it fails with the system Python 2.5 shipped with Ubuntu. So perhaps this has to do with how Debian/Ubuntu compile their Pythons, or their libffi.

$ python issue7505.py 
b = 0x7f5300000000
a = 7, c = 7, d = 7, e = 7, f = 7, g = 7, h = 7, i = 7, j = 7, k = 7,  l = 7
History
Date User Action Args
2010-02-10 12:03:07pitrousetrecipients: + pitrou, theller, brian.curtin, wenkat_s
2010-02-10 12:03:07pitrousetmessageid: <1265803387.01.0.583371768735.issue7505@psf.upfronthosting.co.za>
2010-02-10 12:03:05pitroulinkissue7505 messages
2010-02-10 12:03:05pitroucreate