Skip to content

Commit f7dde13

Browse files
committed
Disable lock in pyodide by default again
1 parent 8386094 commit f7dde13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webgpu/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pyodide.ffi
1111
import asyncio
1212
class Lock():
13-
def __init__(self, do: bool = True):
13+
def __init__(self, do: bool = False):
1414
self._lock = asyncio.Lock()
1515
self.do = do
1616

0 commit comments

Comments
 (0)