Re: [Python-Dev] externals?

2012-11-17 Thread Georg Brandl
Am 17.11.2012 23:47, schrieb mar...@v.loewis.de: > > Zitat von Kristján Valur Jónsson : > >> Thanks for your pro-tip. Might I suggest that it ought to go into >> the dev FAQ? Along with an explanation that a windows dev has to >> have SVN installed too, just for the laughs? >> I think there

Re: [Python-Dev] need reviewers for #16475 and #16487

2012-11-17 Thread Guido van Rossum
On Sat, Nov 17, 2012 at 1:48 PM, Kristján Valur Jónsson wrote: > Hello there. > > I‘d like to have some pair of eyes on a couple of patches i´ve submitted. Sorry, can't help you with these, but I've got a language nit... > http://bugs.python.org/issue16475 > > This fixes a regression in marshal

Re: [Python-Dev] Failed issue tracker submission

2012-11-17 Thread Antoine Pitrou
On Fri, 16 Nov 2012 22:35:38 -0800 Chris Jerdonek wrote: > > > > I'm pretty sure it's because python-dev is the 'from' address > > used when the messages are sent...and the configuration of > > that user is what allows them to be accepted. > > > > I suggest changing the from address and the accoun

Re: [Python-Dev] externals?

2012-11-17 Thread martin
Zitat von Kristján Valur Jónsson : Thanks for your pro-tip. Might I suggest that it ought to go into the dev FAQ? Along with an explanation that a windows dev has to have SVN installed too, just for the laughs? I think there might be a benefit to moving at least the current externals to

[Python-Dev] need reviewers for #16475 and #16487

2012-11-17 Thread Kristján Valur Jónsson
Hello there. I'd like to have some pair of eyes on a couple of patches i´ve submitted. http://bugs.python.org/issue16475 This fixes a regression in marshal between 2.x and 3.x, reinstating string reuse and internment support. In addition, it generalizes string reuse to all objects, allowing for

Re: [Python-Dev] externals?

2012-11-17 Thread Kristján Valur Jónsson
Thanks for your pro-tip. Might I suggest that it ought to go into the dev FAQ? Along with an explanation that a windows dev has to have SVN installed too, just for the laughs? I think there might be a benefit to moving at least the current externals to a separate HG repository. We could easil

Re: [Python-Dev] Split unicodeobject.c into subfiles?

2012-11-17 Thread Chris Jerdonek
On Sat, Nov 17, 2012 at 10:55 AM, Chris Angelico wrote: > On Sun, Nov 18, 2012 at 5:47 AM, Chris Jerdonek > wrote: >> On Thu, Oct 4, 2012 at 2:46 PM, wrote: >>> I really fail to see what problem people have with large source files. >>> What is it that you want to do that can be done easier if i

Re: [Python-Dev] Split unicodeobject.c into subfiles?

2012-11-17 Thread Chris Angelico
On Sun, Nov 18, 2012 at 5:47 AM, Chris Jerdonek wrote: > On Thu, Oct 4, 2012 at 2:46 PM, wrote: >> I really fail to see what problem people have with large source files. >> What is it that you want to do that can be done easier if it's multiple >> files? > > One thing is browse or link to such c

Re: [Python-Dev] Split unicodeobject.c into subfiles?

2012-11-17 Thread Chris Jerdonek
[Apologies for resurrecting a few-weeks old thread.] On Thu, Oct 4, 2012 at 2:46 PM, wrote: > > Zitat von Victor Stinner : > >> I only see one argument against such refactoring: it will be harder to >> backport/forwardport bugfixes. > > I'm opposed for a different reason: I think it will be *har

Re: [Python-Dev] Register-based VM for CPython

2012-11-17 Thread Armin Rigo
Hi Victor, On Sat, Nov 17, 2012 at 2:13 AM, Victor Stinner wrote: > The major drawback of the register approach (at least of my implementation) > is that it changes the lifetime of objects. Newly created objects are only > "destroyed" at the exit of the function, whereas the stack-based VM destro

Re: [Python-Dev] cpython (2.7): Closes #16461: Wave library should be able to deal with 4GB wav files, and

2012-11-17 Thread Antoine Pitrou
On Sat, 17 Nov 2012 03:43:31 +0100 (CET) jesus.cea wrote: > http://hg.python.org/cpython/rev/b8ece33ce27d > changeset: 80455:b8ece33ce27d > branch: 2.7 > parent: 80439:457c0c9c7893 > user:Jesus Cea > date:Sat Nov 17 03:38:17 2012 +0100 > summary: > Closes #16461: Wa