We should get rid of the `LLTRACE` macro, and just use `Py_DEBUG` instead (they're both used interchangeably anyways). Also, we can check `PYTHON_LLTRACE` once at startup, instead of doing it constantly all over the place. <!-- gh-linked-prs --> ### Linked PRs * gh-129764 <!-- /gh-linked-prs -->
We should get rid of the
LLTRACEmacro, and just usePy_DEBUGinstead (they're both used interchangeably anyways).Also, we can check
PYTHON_LLTRACEonce at startup, instead of doing it constantly all over the place.Linked PRs
LLTRACEmacro #129764