[Python-Dev] Re: Multiple reference leaks in master

2019-12-04 Thread Victor Stinner
Le mer. 4 déc. 2019 à 01:45, Charalampos Stratakis a écrit : > Also noting here that the reference leaks builds are triggered once a day so > many times it's not possible to find the commit that triggered a leak through > the web ui of buildbot. In this case it's good to also check the previous

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Charalampos Stratakis
- Original Message - > From: "Pablo Galindo Salgado" > To: "Python Dev" > Sent: Tuesday, December 3, 2019 10:14:01 PM > Subject: [Python-Dev] Multiple reference leaks in master > > Hi, > > Me (and Victor) have not been able to attend the buildbots for a while > unfortunately and toda

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Pablo Galindo Salgado
> Maybe you or Victor can update the devguide with this information? This is not the first time that we've been asked to pay attention to the refleaks buildbots, and it's frustrating that they are so hard to find. Good point! I will make a PR to the dev guide improving the existing documentation a

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Guido van Rossum
Maybe you or Victor can update the devguide with this information? This is not the first time that we've been asked to pay attention to the refleaks buildbots, and it's frustrating that they are so hard to find. On Tue, Dec 3, 2019 at 2:17 PM Pablo Galindo Salgado wrote: > > How do I find the re

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Pablo Galindo Salgado
> How do I find the refleak buildbots? In this page: https://buildbot.python.org/all/#/builders all the buildbots that have "Refleaks" in the name. You can click on the tags to filter only the "stable" and the ones in master "3.x". On Tue, 3 Dec 2019 at 22:11, Guido van Rossum wrote: > How do

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Guido van Rossum
How do I find the refleak buildbots? I went to the devguide and searched for "buildbot", which pointed to https://www.python.org/dev/buildbot/ -- but searching there for "refleak" finds nothing. On Tue, Dec 3, 2019 at 1:16 PM Pablo Galindo Salgado wrote: > Hi, > > Me (and Victor) have not been a