From: Nick Porter Date: Wed, 16 Apr 2025 09:58:01 +0000 (+0100) Subject: No need to talk about Python 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66510b6d96c37b079fb4a4618517cdbc46eeea87;p=thirdparty%2Ffreeradius-server.git No need to talk about Python 2 --- diff --git a/src/tests/modules/python/module.conf b/src/tests/modules/python/module.conf index c184d2ebd6d..a96babec726 100644 --- a/src/tests/modules/python/module.conf +++ b/src/tests/modules/python/module.conf @@ -1,8 +1,7 @@ # # Each of these module instances creates its own interpreter instance -# so for shared storage unless cext_compat is true and we're running -# Python 2.7 or below. +# so for shared storage # python pmod1 { module = 'mod_thread_local_storage'