Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PyTrash_UNWIND_LEVEL

970 chain of N deallocations is broken into N / PyTrash_UNWIND_LEVEL pieces,
971 with the call stack never exceeding a depth of PyTrash_UNWIND_LEVEL.
985 #define PyTrash_UNWIND_LEVEL 50
992 _tstate->trash_delete_nesting < PyTrash_UNWIND_LEVEL) { \