Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Dev

Contributing initgroups upstream

 

 

Zope dev RSS feed   Index | Next | Previous | View Threaded


exarkun at twistedmatrix

Nov 16, 2009, 7:07 AM

Post #1 of 7 (985 views)
Permalink
Contributing initgroups upstream

Hi,

I've just contributed a patch to CPython adding os.initgroups based on
this extension module:

http://svn.zope.org/Zope/trunk/src/initgroups/

The CPython ticket is here:

http://bugs.python.org/issue7333

I don't think there should be any licensing issues, as the ZPL is pretty
permissive and the code is very short. However, if there are, could the
code in question be relicensed for CPython under the Python license?

Thanks,

Jean-Paul
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


faassen at startifact

Nov 16, 2009, 7:27 AM

Post #2 of 7 (923 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

exarkun [at] twistedmatrix wrote:
> Hi,
>
> I've just contributed a patch to CPython adding os.initgroups based on
> this extension module:
>
> http://svn.zope.org/Zope/trunk/src/initgroups/
>
> The CPython ticket is here:
>
> http://bugs.python.org/issue7333
>
> I don't think there should be any licensing issues, as the ZPL is pretty
> permissive and the code is very short. However, if there are, could the
> code in question be relicensed for CPython under the Python license?

I've passed this question along to the Zope Foundation.

Regards,

Martijn

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


tseaver at palladion

Nov 16, 2009, 7:51 AM

Post #3 of 7 (932 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martijn Faassen wrote:
> exarkun [at] twistedmatrix wrote:
>> Hi,
>>
>> I've just contributed a patch to CPython adding os.initgroups based on
>> this extension module:
>>
>> http://svn.zope.org/Zope/trunk/src/initgroups/
>>
>> The CPython ticket is here:
>>
>> http://bugs.python.org/issue7333
>>
>> I don't think there should be any licensing issues, as the ZPL is pretty
>> permissive and the code is very short. However, if there are, could the
>> code in question be relicensed for CPython under the Python license?
>
> I've passed this question along to the Zope Foundation.

IMO, there isn't really much of anything "protectable" in that module:
it is a micro-thin wrapper around a libc syscall. If I sat down to
write the module from scratch, I bet I would come within a negligable
diff (whitespace, ordering of #includes, etc.) of the same code.

Just for belt-and-suspeders: as a ZF board member, I would certainly
vote to contribute the code to Python.


Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver [at] palladion
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksBdPMACgkQ+gerLs4ltQ5FIgCfY9O6Rix/Q1eqc3qLREP4zzM1
RB8AniYGBd+hhRCLlKbicPBVA8GrrGAA
=B8bj
-----END PGP SIGNATURE-----

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


lists at zopyx

Nov 16, 2009, 8:04 AM

Post #4 of 7 (927 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

Am 16.11.09 16:51, schrieb Tres Seaver:
> Martijn Faassen wrote:
> > exarkun [at] twistedmatrix wrote:
> >> Hi,
> >>
> >> I've just contributed a patch to CPython adding os.initgroups based on
> >> this extension module:
> >>
> >> http://svn.zope.org/Zope/trunk/src/initgroups/
> >>
> >> The CPython ticket is here:
> >>
> >> http://bugs.python.org/issue7333
> >>
> >> I don't think there should be any licensing issues, as the ZPL is
> pretty
> >> permissive and the code is very short. However, if there are,
> could the
> >> code in question be relicensed for CPython under the Python license?
>
> > I've passed this question along to the Zope Foundation.
>
> IMO, there isn't really much of anything "protectable" in that module:
> it is a micro-thin wrapper around a libc syscall. If I sat down to
> write the module from scratch, I bet I would come within a negligable
> diff (whitespace, ordering of #includes, etc.) of the same code.
>
> Just for belt-and-suspeders: as a ZF board member, I would certainly
> vote to contribute the code to Python.
Same here - discussing about this issue takes longer than writing the
code from scratch :)

Andreas
Attachments: lists.vcf (0.31 KB)


ct at gocept

Nov 16, 2009, 8:41 AM

Post #5 of 7 (927 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

On 11/16/2009 05:04 PM, Andreas Jung wrote:
> Am 16.11.09 16:51, schrieb Tres Seaver:
>> Martijn Faassen wrote:
>>> exarkun [at] twistedmatrix wrote:
>>>> Hi,
>>>>
>>>> I've just contributed a patch to CPython adding os.initgroups based on
>>>> this extension module:
>>>>
>>>> http://svn.zope.org/Zope/trunk/src/initgroups/
>>>>
>>>> The CPython ticket is here:
>>>>
>>>> http://bugs.python.org/issue7333
>>>>
>>>> I don't think there should be any licensing issues, as the ZPL is
>> pretty
>>>> permissive and the code is very short. However, if there are,
>> could the
>>>> code in question be relicensed for CPython under the Python license?
>>
>>> I've passed this question along to the Zope Foundation.
>>
>> IMO, there isn't really much of anything "protectable" in that module:
>> it is a micro-thin wrapper around a libc syscall. If I sat down to
>> write the module from scratch, I bet I would come within a negligable
>> diff (whitespace, ordering of #includes, etc.) of the same code.
>>
>> Just for belt-and-suspeders: as a ZF board member, I would certainly
>> vote to contribute the code to Python.
> Same here - discussing about this issue takes longer than writing the
> code from scratch :)

Another "me too". :)

--
Christian Theune · ct [at] gocept
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


faassen at startifact

Nov 16, 2009, 9:29 AM

Post #6 of 7 (915 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

exarkun [at] twistedmatrix wrote:
> I don't think there should be any licensing issues, as the ZPL is pretty
> permissive and the code is very short. However, if there are, could the
> code in question be relicensed for CPython under the Python license?

That was 4 out of 7 board members replying, so that's an official "okay"
from the Zope Foundation board. Please go ahead. :)

Regards,

Martijn

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


exarkun at twistedmatrix

Nov 16, 2009, 1:32 PM

Post #7 of 7 (919 views)
Permalink
Re: Contributing initgroups upstream [In reply to]

On 05:29 pm, faassen [at] startifact wrote:
>exarkun [at] twistedmatrix wrote:
>>I don't think there should be any licensing issues, as the ZPL is
>>pretty
>>permissive and the code is very short. However, if there are, could
>>the
>>code in question be relicensed for CPython under the Python license?
>
>That was 4 out of 7 board members replying, so that's an official
>"okay"
>from the Zope Foundation board. Please go ahead. :)

Excellent. Thank you very much.

Jean-Paul
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )

Zope dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.