Searched refs:NFRAME (Results 1 – 3 of 3) sorted by relevance
81 #define TRACEBACK_SIZE(NFRAME) \ argument82 (sizeof(traceback_t) + sizeof(frame_t) * (NFRAME - 1))
385 (``PYTHONTRACEMALLOC=NFRAME``) and the :option:`-X` ``tracemalloc=NFRAME``
436 stored in a traceback of a trace. Use ``-X tracemalloc=NFRAME`` to start437 tracing with a traceback limit of *NFRAME* frames. See the