mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +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."""
|
||||
|
||||
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore']
|
||||
__all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore']
|
||||
|
||||
import collections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue