gh-109329: Add stat for "trace too short" (GH-110402)

This commit is contained in:
Michael Droettboom 2023-10-05 11:12:06 -04:00 committed by GitHub
parent 1328fa31fe
commit 9eb2489266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View file

@ -798,6 +798,7 @@ done:
return trace_length;
}
else {
OPT_STAT_INC(trace_too_short);
DPRINTF(4,
"No trace for %s (%s:%d) at byte offset %d\n",
PyUnicode_AsUTF8(code->co_qualname),