Kay Hayen
Kay Hayen
The handling of `--python-flag=-v` to recognize being specifying multiple times will be hard. This is treated like a `set` I believe. Maybe you can also say `-vO`, and I checked,...
The `dill` plugin carries code that can do it. You are using old Nuitka. With the plugin, compiled functions can be pickled and unpickled even when local. I am not...
You are using old Nuitka, and I no longer remember if the plugin is tied to dill, probably not. Notice that there was an issue of it not working inside...
Thanks for the feedback @hysmichael and I am looking forward to that.
So, I have adapted the dill compat code to the recent changes. I am getting an `AttributeError` with the dill version I happened to have installed. My plan is now...
This is acutally working now these days, thanks to commercial funding of yours.
This is a valid request, and Nuitka doesn't support it yet. For a whole module, you can do a `--nofollow-module` and then it won't include it. You have to make...
There is a bit of an improvement in sight here, Nuitka now can do it based on decorator names. The code is still experimental, and has only been applied for...
I am shifting this to 2.2 release, as it really needs a different solution than what we did for PyQt5/6 there really, as that's causing issues long term, the solution...
Yes, nothing stands out to me there, ought to work, maybe something that Nuitka needs in order to provide `encodings` as an importable, was removed by them.