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 theller
Recipients theller
Date 2008-04-03.21:08:04
SpamBayes Score 0.01452108
Marked as misclassified No
Message-id <1207256886.04.0.563563345586.issue2544@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in issue #1582742, this patch uses 'gcc -shared' as linker
on HP systems when compiling with gcc.  It fixes a problem in the ctypes
test-suite, that _ctypes_test.so cannot be dynloaded because of missing
symbols.

To be committed after the current alpha-release is out.
History
Date User Action Args
2008-04-03 21:08:06thellersetspambayes_score: 0.0145211 -> 0.01452108
recipients: + theller
2008-04-03 21:08:06thellersetspambayes_score: 0.0145211 -> 0.0145211
messageid: <1207256886.04.0.563563345586.issue2544@psf.upfronthosting.co.za>
2008-04-03 21:08:05thellerlinkissue2544 messages
2008-04-03 21:08:04thellercreate