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.
This directory contains a large amount of tests. Please be sure to checkout the description in the Developer Manual. You will find it normally as file "../Developer_Manual.rst" and within it, there is a section "Running the Tests", with sub-sections that describe each directory here and how to use it.