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 eric.araujo, jyasskin, pitrou, tarek
Date 2010-08-21.17:47:41
SpamBayes Score 3.6417708e-10
Marked as misclassified No
Message-id <1282412862.49.0.195639926759.issue9437@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, there is also a failure in test_sysconfig (the patch makes no difference):

======================================================================
FAIL: test_ldshared_value (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/m32/Lib/test/test_sysconfig.py", line 285, in test_ldshared_value
    self.assertIn(ldflags, ldshared)
AssertionError: '-m32 ' not found in 'gcc -pthread -shared'
History
Date User Action Args
2010-08-21 17:47:42pitrousetrecipients: + pitrou, jyasskin, tarek, eric.araujo
2010-08-21 17:47:42pitrousetmessageid: <1282412862.49.0.195639926759.issue9437@psf.upfronthosting.co.za>
2010-08-21 17:47:41pitroulinkissue9437 messages
2010-08-21 17:47:41pitroucreate