mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Initial checkin of asyncio package (== Tulip, == PEP 3156).
This commit is contained in:
parent
5b37f97ea5
commit
27b7c7ebf1
44 changed files with 16016 additions and 0 deletions
4
Lib/asyncio/constants.py
Normal file
4
Lib/asyncio/constants.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""Constants."""
|
||||
|
||||
|
||||
LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
|
Loading…
Add table
Add a link
Reference in a new issue