]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045)
authorAlois Klink <alois@aloisklink.com>
Sun, 14 Jan 2024 02:14:51 +0000 (02:14 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 02:14:51 +0000 (02:14 +0000)
commit0d12a64eafd22ed28d0764c9c89f82229a87818c
treef08f7c686455d3528e91ab0955a58c6f35ac8e37
parent41edd371606109e93ce9d73c053109085f740d1b
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045)

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]