Do not acquire GIL for heap

This commit is contained in:
Johannes Schönberger
2015-05-19 23:03:46 -07:00
parent 0758fc9cd6
commit 8e6542c86c
3 changed files with 21 additions and 17 deletions
+2
View File
@@ -1,8 +1,10 @@
import time
import random
import skimage.graph.heap as heap
from skimage._shared.testing import test_parallel
@test_parallel()
def test_heap():
_test_heap(100000, True)
_test_heap(100000, False)