Re: [Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Mark Dickinson
On Tue, Feb 17, 2009 at 8:42 PM, Guido van Rossum wrote: > Use the upload.py script (/static/upload.py) rather than the Create Issue > page. Thanks. That worked. http://codereview.appspot.com/14105 ___ Python-Dev mailing list Python-Dev@python.org ht

Re: [Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Guido van Rossum
Use the upload.py script (/static/upload.py) rather than the Create Issue page. On Tue, Feb 17, 2009 at 12:36 PM, Mark Dickinson wrote: > On Tue, Feb 17, 2009 at 7:49 PM, "Martin v. Löwis" wrote: >> Can you please upload it to Rietveld also? > > Will do. I'm getting a "500 Server Error" at the

Re: [Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Mark Dickinson
On Tue, Feb 17, 2009 at 7:49 PM, "Martin v. Löwis" wrote: > Can you please upload it to Rietveld also? Will do. I'm getting a "500 Server Error" at the moment, but I'll keep trying. Mark ___ Python-Dev mailing list Python-Dev@python.org http://mail.py

Re: [Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Martin v. Löwis
> I'd like to get this in for 3.1. Any objections or comments? Can you please upload it to Rietveld also? > Is this PEP territory? I don't think so. Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/pyth

[Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Mark Dickinson
A few months ago there was a discussion [1] about changing Python's long integer type to use base 2**30 instead of base 2**15. http://bugs.python.org/issue4258 was opened for this. With much help from many people (but especially Antoine and Victor), I've finally managed to put together an essenti