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 <guido@python.org> wrote:
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 <pablogsal@gmail.com> wrote:
Hi,

Me (and Victor) have not been able to attend the buildbots for a while unfortunately and today
I was checking them out after some fixes to the SSL tests and sadly the refleaks buildbots have many
independent issues. At least these tests are failing due to reference leaks: 

    test__xxsubinterpreters, test_atexit, test_capi, test_httpservers, test_threading

I am trying to slowly fix them but finding them and debugging often takes several hours per leak. I was tracking them
in https://bugs.python.org/issue38962 until I discover that there are multiple sources of leaks so I may open more issues.

Please, when you merge a PR, take a look at the buildbots (especially the refleak buildbots that do not report still to the PR
in case of failure) so the issues don't keep piling up, as multiple refleaks together are much difficult to deal with.

Thanks, everyone!

Regards from cloudy London,
Pablo Galindo Salgado
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/6DWAFYZGH3X34VJHSOUVCEAHLZ4KZNPQ/
Code of Conduct: http://python.org/psf/codeofconduct/


--
--Guido van Rossum (python.org/~guido)