This PEP proposes to add a new class to importlib.machinery called “ModuleSpec”. It will provide all the import-related information used to load a module and will be available without needing to load the module first. Finders will directly provide a m...| Python Enhancement Proposals (PEPs)
Currently, each feature release introduces a new name for the Python DLL on Windows, and may cause incompatibilities for extension modules on Unix. This PEP proposes to define a stable set of API functions which are guaranteed to be available for the li...| Python Enhancement Proposals (PEPs)