Re: [Python-Dev] [Python-checkins] Daily reference leaks (1704deb7e6d7): sum=2

2012-09-15 Thread Ross Lagerwall
On 09/16/2012 06:04 AM, solip...@pitrou.net wrote: > results for 1704deb7e6d7 on branch "default" > > > test_dbm leaked [0, 2, 0] references, sum=2 > I've noticed that test_dbm fairly often leaks here although I've never reproduced it. Does anyone kno

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Vinay Sajip
Antoine Pitrou pitrou.net> writes: > On the other hand, if you are not using hg.python.org features such as > commits e-mails or buildbots, it's also fine living on bitbucket until > the project matures a bit. > I'm fine with that. Regards, Vinay Sajip ___

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Antoine Pitrou
On Sat, 15 Sep 2012 16:27:28 +0100 (BST) Vinay Sajip wrote: > > Depends how much you care about a pristine history - you can do a > > > server side clone of an existing repo and then empty it out. And if > > you use http://hg.python.org/buildbot/empty/ as the starting point, > > there isn't even

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Vinay Sajip
> Depends how much you care about a pristine history - you can do a > server side clone of an existing repo and then empty it out. And if > you use http://hg.python.org/buildbot/empty/ as the starting point, > there isn't even anything to empty out. Actually there are some files in there - a Make

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Nick Coghlan
On Sat, Sep 15, 2012 at 11:43 PM, Vinay Sajip wrote: > Sure, but I don't know if I can do it. IIUC it needs someone with an account > on > the server to create new repositories. Depends how much you care about a pristine history - you can do a server side clone of an existing repo and then empty

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Vinay Sajip
Tarek Ziadé ziade.org> writes: > > Regards, > oh, cool ! > > maybe we could copy it at hg.python.org ? > Sure, but I don't know if I can do it. IIUC it needs someone with an account on the server to create new repositories. Regards, Vinay Sajip __

Re: [Python-Dev] packaging location ?

2012-09-15 Thread Tarek Ziadé
On 9/14/12 5:12 PM, Vinay Sajip wrote: Nick Coghlan gmail.com> writes: I like "distcore" or "distlib", though. I have set up a BitBucket repo called distlib, at https://bitbucket.org/vinay.sajip/distlib/ This has the following bits of distutils2 / packaging, updated to run on 2.x and 3.x w