[Python-Dev] Optionally using GMP to implement long if available

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Nov 4 10:25:42 CET 2008


Martin v. Löwis wrote:
> you *will* have to ship gmp.dll to your users, as well ... So then
 > you have to include the source (of GMP

Are you sure? I thought the source-provision requirements
of the *GPL licences only apply when you distribute a
*modified* version of something. Here you're just shipping
an unmodified GMP library.

-- 
Greg


More information about the Python-Dev mailing list