]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046)
authorAlois Klink <alois@aloisklink.com>
Sun, 14 Jan 2024 02:15:06 +0000 (02:15 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 02:15:06 +0000 (02:15 +0000)
commitfa7d8e97c2a604fcd2c4f44815e83c9742ad2177
tree116af0f1e11cecd29d18eed478ef01a28578f55e
parente08179216bb0481d7a58800bc8bac63cc97952a8
[3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046)

Some of the asyncio SSL changes in GH-31275 [1] were taken from
v0.16.0 of the uvloop project [2]. In order to comply with the MIT
license, we need to just need to document the copyright information.

[1]: https://github.com/python/cpython/pull/31275
[2]: https://github.com/MagicStack/uvloop/tree/v0.16.0

(cherry picked from commit dce30c9cbc212e5455e100f35ac6afeb30dfd23e)
Doc/license.rst
Lib/asyncio/constants.py
Lib/asyncio/events.py
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_ssl.py
Misc/ACKS
Misc/NEWS.d/next/Documentation/2023-08-01-13-11-39.gh-issue-95649.F4KhPS.rst [new file with mode: 0644]