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 dickdunbar, loris, nnorwitz, pitrou, sable
Date 2010-08-31.22:16:14
SpamBayes Score 7.34951e-12
Marked as misclassified No
Message-id <1283292976.5.0.979258468994.issue941346@psf.upfronthosting.co.za>
In-reply-to
Content
In dynamic builds, there seem to be lots of messages such as:

ld: 0711-224 WARNING: Duplicate symbol: .PyLong_FromString
ld: 0711-224 WARNING: Duplicate symbol: PyLong_FromString

Are you sure this is normal?

In any case, if you find a way to cleanup ld_so_aix, this should probably be checked in anyway. I doubt anybody else tests under AIX, so it's reasonable to trust you on this.

Even better if you manage to diagnose and/or fix some of the test failures, by the way. (if not, you can still open separate issues for each of them)
History
Date User Action Args
2010-08-31 22:16:16pitrousetrecipients: + pitrou, nnorwitz, sable, dickdunbar, loris
2010-08-31 22:16:16pitrousetmessageid: <1283292976.5.0.979258468994.issue941346@psf.upfronthosting.co.za>
2010-08-31 22:16:15pitroulinkissue941346 messages
2010-08-31 22:16:14pitroucreate