8000 add sentence about different implementations · kumaraditya303/cpython@6336444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6336444

Browse files
add sentence about different implementations
1 parent 039ccf6 commit 6336444

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

InternalDocs/asyncio.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ asyncio
55
This document describes the working and implementation details of the
66
[`asyncio`](https://docs.python.org/3/library/asyncio.html) module.
77

8+
**This section describes the implementation details of the C implementation**.
9+
810
# Task management
911

1012
## Pre-Python 3.14 implementation
@@ -208,6 +210,8 @@ locking.
208210

209211
---
210212

213+
**This section describes the implementation details of the Python implementation**.
214+
211215
# async generators
212216

213217
This section describes the implementation details of async generators in `asyncio`.

0 commit comments

Comments
 (0)
0