]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix compatibility with Python < 3.10
authorPetr Špaček <pspacek@isc.org>
Wed, 30 Jul 2025 08:10:59 +0000 (10:10 +0200)
committerPetr Špaček <pspacek@isc.org>
Wed, 30 Jul 2025 14:36:46 +0000 (14:36 +0000)
commita2daff3cb6c4a59c3d6938f391f86c3e1df16599
tree4e3a01304138c918120df542de76410a34071950
parentfd71407c49a7e08f5237d72b86fa62c7a70fdc63
Fix compatibility with Python < 3.10

Dataclass kw_only argument was added only in Python 3.10 but EL9 image
has only 3.9.21.

(cherry picked from commit b0c7f8b598d8a37fa7560d0d1b6c87e429b2446a)
bin/tests/system/nsec3-answer/tests_nsec3.py