]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
No need to talk about Python 2
authorNick Porter <nick@portercomputing.co.uk>
Wed, 16 Apr 2025 09:58:01 +0000 (10:58 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 21 Apr 2025 11:30:21 +0000 (12:30 +0100)
src/tests/modules/python/module.conf

index c184d2ebd6d40bd1d73bdb6c9fb194c9b5f25864..a96babec726c1b667f6c387f951ddca707ddf0bb 100644 (file)
@@ -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'