mirror of
https://github.com/Nuitka/Nuitka.git
synced 2025-12-14 20:35:49 +01:00
* Avoid imports of whole modules and instead import only select names from them. * For the nuitka.Options module we split off the states into a separate "nuitka.States" module that provides an object that is also faster to access that module attributes. This is a micro optimization that allows their use to be faster. * Renamed XML reading/creating functions for clearer names when used with out the module name, same for source code references objects.