Skip to content

Commit 896ec8e

Browse files
authored
update name for clarity
1 parent 412b482 commit 896ec8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/proto-plus/proto/marshal/marshal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Marshal(BaseMarshal):
253253
"""
254254

255255
_instances = {}
256-
_lock = threading.Lock()
256+
_instance_creation_lock = threading.Lock()
257257

258258
def __new__(cls, *, name: str):
259259
"""Create a marshal instance.

0 commit comments

Comments
 (0)