mirror of
https://github.com/python/cpython.git
synced 2026-08-02 23:25:41 -04:00
Add function to list the currently loaded libraries to ctypes.util The dllist() function calls platform-specific APIs in order to list the runtime libraries loaded by Python and any imported modules. On unsupported platforms the function may be missing. Co-authored-by: Eryk Sun <[email protected]> Co-authored-by: Peter Bierma <[email protected]>