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 amaury.forgeotdarc, babydoe, georg.brandl, loewis
Date 2009-07-16.18:37:25
SpamBayes Score 1.2362479e-08
Marked as misclassified No
Message-id <1247769447.75.0.0875621284394.issue1327594@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be nice to support it, atleast in the C files (not
necessarily, but possibly, in the project files as well).

The point of a static Python library is that you can embed it into an
application without requiring an additional DLL. That also allows you to
leave out modules that you don't need at link time. Combine this with
freeze, and you can embed an application without any additional files to
be shipped. Without embedding, but with freeze, you get true standalone
binaries (as opposed to py2exe-fake-I-silently-extract-at-run-time
standalone binaries)
History
Date User Action Args
2009-07-16 18:37:27loewissetrecipients: + loewis, georg.brandl, amaury.forgeotdarc, babydoe
2009-07-16 18:37:27loewissetmessageid: <1247769447.75.0.0875621284394.issue1327594@psf.upfronthosting.co.za>
2009-07-16 18:37:25loewislinkissue1327594 messages
2009-07-16 18:37:25loewiscreate