Commit 90edbed7 authored by Denis Bilenko's avatar Denis Bilenko

test__memleak.py: exit cleanly if gettotalrefcount is not available

parent 83b8570f
import sys
if not hasattr(sys, 'gettotalrefcount'):
sys.exit(0)
from greentest import TestCase, main
import gevent
from gevent.timeout import Timeout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment