mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
This commit is contained in:
parent
8560f4a0f2
commit
37965d2fb4
8 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue