diff options
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 65c559f..44ad2b2 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -264,7 +264,10 @@ rotor rotormodule.c # enigma-inspired encryption #sybase sybasemodule.c -# Generic (SunOS / SVR4) dynamic loading module +# Generic (SunOS / SVR4) dynamic loading module. +# This is not needed for dynamic loading of Python modules -- +# it is a highly experimental and dangerous device for calling +# *arbitrary* C functions in *arbitrary* shared libraries. #dl dlmodule.c |