Skip to content

Commit a33f6e0

Browse files
committed
Fix bug in multithreaded initialization guard
1 parent 536d3d9 commit a33f6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mss/linux/xcbhelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def initialize(self, callbacks: Iterable[Callable[[], None]] = frozenset()) -> N
530530
finally:
531531
self._initializing = False
532532

533-
self._initialized = True
533+
self.initialized = True
534534

535535

536536
LIB = LibContainer()

0 commit comments

Comments
 (0)