> I think you'll find that we don't keep a lot of things secret about CPython
> and its implementation.
>
Yeah, I agree that this is in principal a good thing and what makes
CPython ideally suited for research. However, my optimizations make
use of unused opcodes, which might be used in the future
On 07.05.2012 21:23, stefan brunthaler wrote:
Hello,
http://www.python.org/psf/contrib/
I took care of the formalities.
I am not sure how to proceed further. Would python-dev want me to draft a PEP?
Submit a patch to the bug tracker, against default's head.
Regards,
Martin
___
On 05/07/2012 09:23 PM, stefan brunthaler wrote:
> Hello,
>
>> http://www.python.org/psf/contrib/
>
> I took care of the formalities.
>
> I am not sure how to proceed further. Would python-dev want me to draft a PEP?
>
> Regards,
> --stefan
>
> PS: Personally, I am not a 100pct convinced that
Hello,
> http://www.python.org/psf/contrib/
I took care of the formalities.
I am not sure how to proceed further. Would python-dev want me to draft a PEP?
Regards,
--stefan
PS: Personally, I am not a 100pct convinced that having a PEP is a
good thing in this case, as it makes a perfectly trans
Regarding Eric's hint: It seems that this agreement needs to be signed
and mailed. Can I sign/scan and email it to somebody?
Yes, see
http://www.python.org/psf/contrib/
Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.pyt
Hello Mark,
> A URL for the code repository (with an open-source license),
> so code can be reviewed.
> It is hard to review and update a giant patch.
OK, I took Nick's advice to heart and created a fork from the official
cpython mirror on bitbucket. You can view the code patched in
(branch: inc
stefan brunthaler wrote:
Hi,
I only had little time to spend for my open sourcing efforts, which is
why I could not get back to python-dev any time earlier...
Yesterday I forward-ported my patches to revision 76549
(13c30fe3f427), which only took 25mins or so (primarly due to the
small changes
Hi Stefan,
The PSF does not require copyright assignment (ugh!), only a contributor
agreement. http://www.python.org/psf/contrib/contrib-form/ should give
you all you need.
Regards
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.or
Hi,
I only had little time to spend for my open sourcing efforts, which is
why I could not get back to python-dev any time earlier...
Yesterday I forward-ported my patches to revision 76549
(13c30fe3f427), which only took 25mins or so (primarly due to the
small changes necessary to Python itself