Skip to content

Commit 9094153

Browse files
committed
Update definitions.py to match CanonicalABI.md (2)
1 parent b1e8387 commit 9094153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class ResourceType(Type):
341341
dtor_sync: bool
342342
dtor_callback: Optional[Callable]
343343

344-
def __init__(self, impl, dtor = None):
344+
def __init__(self, impl, dtor = None, dtor_sync = True, dtor_callback = None):
345345
self.impl = impl
346346
self.dtor = dtor
347347
self.dtor_sync = dtor_sync

0 commit comments

Comments
 (0)