Victor Stinner
Victor Stinner
@ericsnowcurrently: "@vstinner, a workaround for what?" pymalloc is not thread safe. If you want to experiment subinterpreters running in parallel in different threads, you can force the usage of the...
> A workaround is to disable pymalloc. It can even be done by setting PYTHONMALLOC env var to "malloc" for example. libc malloc() is thread safe. I proposed the following...
FYI Trollius is looking for a new maintainer: I don't maintain it anymore.
Ah, someone has to implement a Git class to handle this code path properly.
The developer who merges a PR should pay attention to when the CI run for the last time. Breaking buildbots became really rare. In https://bugs.python.org/issue26053 case, buildbots were fixed quickly,...
I don't see the point of these emails. Please stop to send them :-)
Currently, we have: * "test-with-buildbots" tests **all** buildbots **including** Refleaks (slow) * "test-**with-refleak**-buildbots" **only** tests Refleaks buildbots (slow) I would prefer that: * "test-with-buildbots" tests **all** buildbots **excluding** Refleaks (**quick**)...
Refleaks builders are very slow, they should not be abused. A single build can take 2 to 4 hours.
No activity for almost one year, I close the issue. While the issue is annoying, it's not a major burden :-) If someone wants to propose a fix, you can...
Related PR: https://github.com/python/buildmaster-config/pull/474