cpython
cpython copied to clipboard
gh-142448: Disable JIT tracing when monitoring is enabled
Fixes #142448
Sorry, there is no test as I can't produce something that is self-isolated. Furthermore, it seems this test only works with exceptions + monitoring, which is exceptionally hard to test for (pun intended).
I have verified this fixes both reproducers given by OP.
- Issue: gh-142448