Home | History | Annotate | Download | only in test

Lines Matching refs:gettotalrefcount

88 -R runs each test several times and examines sys.gettotalrefcount() to
91 test is run to let gettotalrefcount settle down, 'run' is the number
994 if not hasattr(sys, 'gettotalrefcount'):
1032 rc_before = sys.gettotalrefcount()
1036 rc_after = sys.gettotalrefcount()