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 loewis
Recipients docs@python, john.miller, loewis, skrah, terry.reedy
Date 2010-07-04.08:05:58
SpamBayes Score 0.019190397
Marked as misclassified No
Message-id <1278230761.42.0.957569697478.issue9086@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with John: this paragraph is technically incorrect. See

http://msdn.microsoft.com/en-us/library/ms681914%28v=VS.85%29.aspx

for an "official" definition of the relevant terms.

I vaguely recall objecting to that text when it got added, but in the discussion, it would have meant that I would have to rewrite the text myself, which I didn't want to (maybe I'm confusing this with something else, though).

In any case, it would be possible to actually use static linking as well for Python. There are currently no VS projects defined to create a static library, and such a thing couldn't dynamically load modules (which might not be necessary for embedding).

I agree with Terry that it would be best if John would produce some text he's happy with.
History
Date User Action Args
2010-07-04 08:06:01loewissetrecipients: + loewis, terry.reedy, skrah, docs@python, john.miller
2010-07-04 08:06:01loewissetmessageid: <1278230761.42.0.957569697478.issue9086@psf.upfronthosting.co.za>
2010-07-04 08:05:59loewislinkissue9086 messages
2010-07-04 08:05:58loewiscreate