Bug report
Bug description:
Maybe I miss something, but the Barrier class is missing in the __all__ variable.
|
__all__ = [ |
|
'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event' |
|
] |
I suggest to add it.
CPython versions tested on:
3.13, 3.14, 3.15, CPython main branch
Operating systems tested on:
No response
Bug report
Bug description:
Maybe I miss something, but the
Barrierclass is missing in the__all__variable.cpython/Lib/multiprocessing/synchronize.py
Lines 10 to 12 in 02d02f4
I suggest to add it.
CPython versions tested on:
3.13, 3.14, 3.15, CPython main branch
Operating systems tested on:
No response