mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
cosmetics
This commit is contained in:
parent
b9418686ba
commit
a3c04b003f
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue