Kay Hayen
Kay Hayen
Seems it's a pretty fundamental issue though. The re-formulations seem all correct, however, when the module body is active, it doesn't set `_Py_PackageContext`, which should be `a.b` and would be...
Nah, I just forgot, it's looking at `__package__` from the `globals` argument, which we are giving, which is sort of correct, and that makes it all mysterious. I have checked...
So, I found it, the `IMPORT_NAME_OR_MODULE` was getting the wrong module dictionary passed, namely the one it shall attempt to import from, instead of the one that is doing the...
Not sure what the status of Nuitka with latest trio is now. As I said, this got hijacked, and should be more addressable now.
If Trio was changed to store it on the `coro` object, rather than its frame, both being equally unique, it could work I think, but I don't have the knowledge...
I am working on a code signing plugin for Windows, so far it's only available for https://nuitka.net/doc/commercial.html and not complete. I think I will make it available in the public...
Well, not sure, the Nuitka plugin interface has these methods, checkout `PluginBase.py`, or am I missing something.
I will need a minimal reproducer. You are not supposed to have to copy any DLLs by yourself, make sure to use Nuitka 1.0 or higher, which has gotten more...
I like to first fix the first issue, trying to avoid it may or may not work correctly, and actually is not supported, because often DLLs need special treatment to...
Well, no, this is from a special PyPI index, I think I might not want to go there unless this is funded.