Skip to content

Commit 1ca6ae8

Browse files
committed
Expose Barrier in multiprocessing.synchronize.__all__
1 parent 970b043 commit 1ca6ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/synchronize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
__all__ = [
11-
'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'
11+
'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event', 'Barrier'
1212
]
1313

1414
import threading

0 commit comments

Comments
 (0)