[Bug 554187] Review Request: shedskin - Python to C++ compiler

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 7 13:27:21 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=554187

--- Comment #21 from Thomas Spura <tomspur at fedoraproject.org> 2010-12-07 08:27:18 EST ---
(In reply to comment #20)
> Let me try a different way.  Please tell me which file present in the built,
> non-debuginfo rpm, is under the MIT license.  Just find one that is pure MIT
> with no GPL code compiled together with it.

Pure MIT is the C++ header library, what I told above.

What's confusing is, that you link later on when actually using shedskin with
the MIT library, but you are using a GPLed python binary.
So using and modifying the python parts needs to happen under the GPL, but
using the C++ library allowes to use MIT.

shedskin/lib/* is MIT, but nothing is build/linked at compile time. Only at
'using time' later on, so there is no binary (what was confusing me).

Hope I did it right like this...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list