Kay Hayen

Results 1287 comments of Kay Hayen

Well, yes, could expose Nuitka options there, but so far I am not interested. For things like `--show-scons` and `--clang` it would make sense, but generally it's not good for...

It has actually been deprecated since 2.7 and still it will be in 3.11, so I don't care. As for the concrete option, I trust you can read `--help` output...

It is described in the user manual of factory branch, it's the `pyproject.toml` file.

The issue this is about (for me) is not solved though.

If you have a minimal reproducer, I can add it. Maybe when the `importlib.import_module` static optimization is working, and it seems it does for simple cases, we can attempt to...

And yes, there is no option for DLL inclusion yet. Nuitka cares about DLL vs data-file, such that it's bad to include it as a data file not only for...

Ok, I was hoping to use this as a case study for detecting things done in `ctypes.cdll()` . What is in the extension modules, naturally will be a bit hard....

Seems I would need some sort of input files, do I?

This is the next one right after static optimization for `importlib.import_module` is complete, which itself will take some time. Feel free to remind me when I make a release that...

The said work is complete and will be in 0.6.18, so this is next on the agenda.