[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

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

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 mar...@v.loewis.de 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

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 dicki...@gmail.com wrote: On Tue, Feb 17, 2009 at 7:49 PM, Martin v. Löwis mar...@v.loewis.de wrote: Can you please upload it to Rietveld also? Will do. I'm

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 gu...@python.org 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