Re: [python-committers] Temporary revert to vanilla hg

2013-09-07 Thread Antoine Pitrou
Le vendredi 06 septembre 2013 à 22:49 -0700, Gregory P. Smith a écrit :
> 
> On Fri, Sep 6, 2013 at 7:30 PM, Antoine Pitrou 
> wrote:
> Le samedi 07 septembre 2013 à 02:03 +0200, Antoine Pitrou a
> écrit :
> > Hello,
> >
> > I've temporarily reverted hg.python.org to a vanilla
> Mercurial
> > installation (non-modified) in order to try and eliminate a
> recent
> > performance problem. This means that server-side clones, and
> our
> > magnificent logo, have disappeared for the moment.
> 
> 
> I've identified the source of the problem:
> http://bz.selenic.com/show_bug.cgi?id=4031
> 
> I've now downgraded the Mercurial installation to 2.6.3 and
> re-applied
> our scrumptious modifications.
> 
> any chance mercurial would accept our scrumptious modifications
> upstream?  server side clones at least seems like a feature many hg
> users would like.

I must admit I don't like Mercurial's contribution workflow very much
(you have to e-mail patches on a mailing-list:
http://mercurial.selenic.com/wiki/ContributingChanges). Still, I tried
to contribute back our memory consumption patch:
http://selenic.com/pipermail/mercurial-devel/2012-July/042334.html

Also see http://bz.selenic.com/show_bug.cgi?id=3208

Server-side clones have been discussed a bit here:
http://selenic.com/pipermail/mercurial/2011-March/037306.html

Regards

Antoine.


___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers


[python-committers] 3.4a2 now being tagged and built

2013-09-07 Thread Larry Hastings



The last revision that made it in is 98f82b124c7d from Victor.  The 
buildbots are all green, it's been a quiet day... you folks are making 
this easy!


Hope to get the release out tomorrow,


//arry/
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers


Re: [python-committers] Temporary revert to vanilla hg

2013-09-07 Thread Victor Stinner
Le 7 sept. 2013 11:31, "Antoine Pitrou"  a écrit :
> Still, I tried
> to contribute back our memory consumption patch:
> http://selenic.com/pipermail/mercurial-devel/2012-July/042334.html

If someone is interested to investigate the issue, pytracemalloc can now be
used. It works on python 2.7, but need to recompile python and maybe also
extensions.

https://pypi.python.org/pypi/pytracemalloc

Victor
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers