diff options
| author | Jakub Stasiak <jakub@stasiak.at> | 2014-03-28 06:58:09 +0000 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2014-04-15 18:44:38 +0400 |
| commit | 0cefaea27180a73fc3cf82b2fd5f99071573538e (patch) | |
| tree | 816982b072b14059bfe5ea0d4f1249580f9ca62d /tests/test__refcount.py | |
| parent | fa40e18ce32d8fa1ee106cfbdd21eab1938b9898 (diff) | |
| download | eventlet-0cefaea27180a73fc3cf82b2fd5f99071573538e.tar.gz | |
pypy compatibility
Diffstat (limited to 'tests/test__refcount.py')
| -rw-r--r-- | tests/test__refcount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test__refcount.py b/tests/test__refcount.py index ad7fa06..96adc8f 100644 --- a/tests/test__refcount.py +++ b/tests/test__refcount.py @@ -63,6 +63,7 @@ def run_interaction(run_client): def run_and_check(run_client): w = run_interaction(run_client=run_client) clear_sys_exc_info() + gc.collect() if w(): print(pformat(gc.get_referrers(w()))) for x in gc.get_referrers(w()): |
