Skip to content

Commit f5e5654

Browse files
committed
Use reentrant lock (RLock), targets #13
1 parent cf77fa8 commit f5e5654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spaudiopy/sdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cachedir = './__cache_dir'
3535
memory = Memory(cachedir)
3636
shared_array = None
37-
lock = multiprocessing.Lock()
37+
lock = multiprocessing.RLock()
3838

3939

4040
# part of parallel pseudo_intensity:

0 commit comments

Comments
 (0)