gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)

This commit is contained in:
Dennis Sweeney 2022-04-16 18:57:00 -04:00 committed by GitHub
parent 8560f4a0f2
commit 37965d2fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -1729,7 +1729,7 @@ resume_frame:
#ifdef LLTRACE
{
int r = PyDict_Contains(GLOBALS(), &_Py_ID(__ltrace__));
int r = PyDict_Contains(GLOBALS(), &_Py_ID(__lltrace__));
if (r < 0) {
goto exit_unwind;
}