Re: [Python-Dev] Questionable AST wibbles

2005-10-21 Thread M.-A. Lemburg
Neal Norwitz wrote: > Jeremy, > > There are a bunch of mods from the AST branch that got integrated into > head. Hopefully, by doing this on python-dev more people will get > involved. I'll describe high level things first, but there will be a > ton of details later on. If people don't want to

Re: [Python-Dev] Questionable AST wibbles

2005-10-21 Thread Nick Coghlan
Jeremy Hylton wrote: > I would like to keep them separate. The compiler produces code > objects, but consumers of code objects don't need to know anything > about the compiler. Please do keep these separate - the only reason I've ever had to muck with code objects is to check if a function is a

Re: [Python-Dev] Questionable AST wibbles

2005-10-21 Thread Phillip J. Eby
At 11:13 AM 10/21/2005 -0400, Jeremy Hylton wrote: >I don't have a strong sense for how important these changes are. I >don't think the old behavior was documented, but I can imagine some >code depending on these implementation details. I'm pretty sure I've seen code in the field (e.g. recipes in

Re: [Python-Dev] Questionable AST wibbles

2005-10-21 Thread Guido van Rossum
On 10/21/05, Jeremy Hylton <[EMAIL PROTECTED]> wrote: > On 10/21/05, Neal Norwitz <[EMAIL PROTECTED]> wrote: > > This probably is not a big deal, but I was surprised by this change: > > > > +++ test_repr.py20 Oct 2005 19:59:24 - 1.20 > > @@ -123,7 +123,7 @@ > > > > def test_lam

Re: [Python-Dev] Questionable AST wibbles

2005-10-21 Thread Jeremy Hylton
On 10/21/05, Neal Norwitz <[EMAIL PROTECTED]> wrote: > There are a bunch of mods from the AST branch that got integrated into > head. Hopefully, by doing this on python-dev more people will get > involved. I'll describe high level things first, but there will be a > ton of details later on. If

[Python-Dev] Questionable AST wibbles

2005-10-20 Thread Neal Norwitz
Jeremy, There are a bunch of mods from the AST branch that got integrated into head. Hopefully, by doing this on python-dev more people will get involved. I'll describe high level things first, but there will be a ton of details later on. If people don't want to see this crap on python-dev, I