Home | History | Annotate | Download | only in Include

Lines Matching refs:PyTrash_UNWIND_LEVEL

1005 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
1006 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
1020 #define PyTrash_UNWIND_LEVEL 50
1027 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \