mirror of
https://github.com/Nuitka/Nuitka.git
synced 2026-05-18 17:33:45 +02:00
895978ddd1
* The "pefile" experimental support didn't consider delay load DLLs and was not recursive like "depends.exe" is. * Started experimental support for "windepends" which is better maintained, but needs more work and evaluation before we can consider it for use. * Cleaned up the structure for the alternatives on Windows. * On ARM we cannot due runtime DLL tracing because "depends.exe" is not available there. * Also detect architecture of Windows for ARM in the test runner properly. * Also big cleanup for the compile_extension_modules test which was not checking if runtime tracing was available and had lots code complexity issues to solve.