We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039ccf6 commit 6336444Copy full SHA for 6336444
1 file changed
InternalDocs/asyncio.md
@@ -5,6 +5,8 @@ asyncio
5
This document describes the working and implementation details of the
6
[`asyncio`](https://docs.python.org/3/library/asyncio.html) module.
7
8
+**This section describes the implementation details of the C implementation**.
9
+
10
# Task management
11
12
## Pre-Python 3.14 implementation
@@ -208,6 +210,8 @@ locking.
208
210
209
211
---
212
213
+**This section describes the implementation details of the Python implementation**.
214
215
# async generators
216
217
This section describes the implementation details of async generators in `asyncio`.
0 commit comments