Kay Hayen
Kay Hayen
That's a valid finding, technically unrelated though, I will fix that too.
Yes, I updated it, and this matches the public key of it, or so I am thinking. I might be missing a step. They key was extended and I think...
Can you retry. What happened is that my ansible config removed the archive key I had manually deployed there. I forgot it gets on the server automatically, so it worked...
If you make that parser use re.match it would be a lot simpler I guess. I don't know what `nodefaultlibs` is or how Nuitka would be used it. I don't...
Any PR that makes both things work will be welcome. Notice that typically Nuitka uses what the running Python is for arch, so if there is 2 Python versions, then...
It seems like nothing is forth-coming here, should we close this?
There is a bunch of changes in Nuitka that aim at their new hiding of the thread state requiring an API call to get at it. Unfortunately that would make...
Ok, main goal this time is to be faster. But honestly, I wasn't able to look at it in the past weeks, but I will try and see if the...
So, actually I took a dive yesterday, and checked it out. I finished a bit on the exception state change. They now only store the exception value, instead of a...
The other thing I looked at is dictionary changes. For 3.11 we needed to define a bunch of then private types, which not only got changed, but exposed somewhat to...