Lennart Regebro wrote: > On Thu, Jan 7, 2010 at 10:46, Johan Gill <johan.g...@agama.tv> wrote: >> Hi devs, >> the company where I work has done some work on Python, and the question is >> how this work, owned by the company, can be contributed to the community >> properly. Are there any license issues or other pitfalls we need to think >> about? I imagine that other companies have contributed before, so this is >> probably an already solved problem. > > I'm not a license lawyer, but typically your company needs to give the > code to the community. Yes, it means it stops owning it.
As Simon pointed out, while some organisations do work that way, the PSF isn't one of them. The PSF only requires that the code be contributed under a license that then allows us to turn around and redistribute it under a different open source license without requesting additional permission from the copyright holder. For corporate contributions, I believe the contributor agreement needs to be signed by an authorised agent of the company - the place to check that would probably be p...@python.org (that's the email address for the PSF board). Assuming the subject line relates to the code that you would like to contribute though, that particular change is unlikely to happen - 2.6 is in maintenance mode and changing RLock from a Python implementation to the faster C one is solidly in new feature territory. Although a backport of the 3.2 C RLock implementation to 2.7 could be useful, I doubt that backporting code provided by an existing committer would be the subject of this query :) Regards, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com