]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)
authorChristian Heimes <christian@python.org>
Thu, 25 Jun 2020 12:18:06 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 12:18:06 +0000 (05:18 -0700)
commitcd6f9110974f733d10d9eef36a9a769a29cd3295
treecab3ae8453fa72b69edea5f1aaa7ca8044eb5206
parentfdf6872f3893647e52f123ba62431aaf9f24ad3a
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)

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]