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 markovitch
Recipients
Date 2000-10-06.09:54:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yes, I agree with Mark, but there is the other side of the problem. Let's suppose that we have an application that uses the interpreter through dynamic loading (I mean through the LoadLibrary). It isn't likely to be directly, but the application can load/unload some other DLL which, in turn, uses an embedded interpreter. Now after freeing this DLL the application has ALL extensions which was used by this DLL loaded! (Though it hasn't the interpreter embedded at all!)
History
Date User Action Args
2007-08-23 15:02:09adminlinkissue401713 messages
2007-08-23 15:02:09admincreate