HomeSort by relevance Sort by last modified time
    Searched defs:show_ref_count (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pystate.h 40 int show_ref_count; /* -X showrefcount */ member in struct:__anon37120
  /external/python/cpython3/Python/
pythonrun.c 95 int show_ref_count = PyThreadState_GET()->interp->core_config.show_ref_count; local
140 if (show_ref_count) {
    [all...]
pylifecycle.c 1150 int show_ref_count = interp->core_config.show_ref_count; local
    [all...]

Completed in 126 milliseconds