Re: [Python-Dev] cpython: give the AST class a __dict__

2012-03-12 Thread Victor Stinner
> benjamin.peterson wrote: >> http://hg.python.org/cpython/rev/3877bf2e3235 >> changeset:   75542:3877bf2e3235 >> user:        Benjamin Peterson >> date:        Mon Mar 12 09:46:44 2012 -0700 >> summary: >>   give the AST class a __dict__ > > This seems to have broken the Windows buildbots. http

Re: [Python-Dev] cpython: give the AST class a __dict__

2012-03-12 Thread Antoine Pitrou
On Mon, 12 Mar 2012 17:56:10 +0100 benjamin.peterson wrote: > http://hg.python.org/cpython/rev/3877bf2e3235 > changeset: 75542:3877bf2e3235 > user:Benjamin Peterson > date:Mon Mar 12 09:46:44 2012 -0700 > summary: > give the AST class a __dict__ This seems to have broken the