[issue33608] Add a cross-interpreter-safe mechanism to indicate that an object may be destroyed.

STINNER Victor report at bugs.python.org
Fri Apr 12 20:54:41 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Any ideas of how far I need to throttle the VM?  Is there more than just CPU that I need to limit?

I don't know how to make the race condition more likely. I'm not sure that starving the CPU helps. Maybe try the opposite: add more CPUs and reduce the number of tests run in parallel.

Did you test commit f13c5c8b9401a9dc19e95d8b420ee100ac022208?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33608>
_______________________________________


More information about the Python-bugs-list mailing list