Home | History | Annotate | Download | only in Include

Lines Matching refs:PyTrash_UNWIND_LEVEL

960 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,

961 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
969 #define PyTrash_UNWIND_LEVEL 50
972 if (_PyTrash_delete_nesting < PyTrash_UNWIND_LEVEL) { \