We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
We should get rid of theLLTRACE macro, and just usePy_DEBUG instead (they're both used interchangeably anyways).
LLTRACE
Py_DEBUG
Also, we can checkPYTHON_LLTRACE once at startup, instead of doing it constantly all over the place.
PYTHON_LLTRACE