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 steve.dower
Recipients cgohlke, larry, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-03.02:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441247386.52.0.444957120871.issue24872@psf.upfronthosting.co.za>
In-reply-to
Content
It may be possible to dynamically link the Fortran library in a similar fashion, though it depends on what code the compiler generates. For Python's purposes, statically linking it probably isn't a bad idea.

I'll have to check out whether the FLS limitation still applies, but it seems likely. I wasn't aware of it.
History
Date User Action Args
2015-09-03 02:29:46steve.dowersetrecipients: + steve.dower, lemburg, paul.moore, larry, tim.golden, cgohlke, zach.ware
2015-09-03 02:29:46steve.dowersetmessageid: <1441247386.52.0.444957120871.issue24872@psf.upfronthosting.co.za>
2015-09-03 02:29:46steve.dowerlinkissue24872 messages
2015-09-03 02:29:46steve.dowercreate