This repository was archived by the owner on Oct 15, 2025. It is now read-only.
The dllist function will be available in the Python standard library beginning with Python 3.14
As a result, this package will shortly be obsolete. The 2.0 release primarily makes the code here identical
to that which was merged into cpython, with the following (breaking) changes:
- On unsupported platforms, the dllist function will simply not be defined, rather than being a stub which returns nothing
- If an error occurs in the underlying platform calls, a exception will propagate rather than returning nothing.
- No warnings are raised by the function