mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
asyncio: Add BoundedSemaphore to export list in locks.__all__.
This commit is contained in:
parent
8a67f52463
commit
a58d1c32f8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
"""Synchronization primitives."""
|
"""Synchronization primitives."""
|
||||||
|
|
||||||
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore']
|
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore']
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue