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

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]