mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-129763: Remove the LLTRACE macro (GH-129764)
This commit is contained in:
parent
f52a3a51eb
commit
fbaa6c8ff0
9 changed files with 25 additions and 49 deletions
|
@ -81,6 +81,11 @@ do { \
|
|||
#undef WITHIN_STACK_BOUNDS
|
||||
#define WITHIN_STACK_BOUNDS() 1
|
||||
|
||||
#undef LLTRACE_RESUME_FRAME
|
||||
#define LLTRACE_RESUME_FRAME() \
|
||||
do { \
|
||||
} while (0)
|
||||
|
||||
#define TIER_TWO 2
|
||||
|
||||
__attribute__((preserve_none)) _Py_CODEUNIT *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue