]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95649: Document that asyncio contains uvloop code (#107536)
authorAlois Klink <alois@aloisklink.com>
Fri, 12 Jan 2024 22:21:13 +0000 (22:21 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 22:21:13 +0000 (22:21 +0000)
commitdce30c9cbc212e5455e100f35ac6afeb30dfd23e
tree74d5f35de28bc01a6b6d4c020d736874d808c8c9
parent8aa126354d93d7c928fb35b842cb3a4bd6e1881f
gh-95649: Document that asyncio contains uvloop code (#107536)

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
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]