]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
authorChristian Heimes <christian@python.org>
Thu, 25 Jun 2020 12:11:13 +0000 (14:11 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 12:11:13 +0000 (08:11 -0400)
commitd3798ed9f1762dcf632369505d517f476eccde13
tree90b3e8b415f39b7c861f39a7818e314dc6774aaa
parent934c1fa87318ea6ac936edb9155a6e1380bb4b57
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran.
(cherry picked from commit bb6ec14479f18c32e71e43f2785f177aa17aabbd)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/support/__init__.py
Misc/NEWS.d/next/Tests/2020-06-17-17-27-07.bpo-41009.Rvn6OQ.rst [new file with mode: 0644]