Kay Hayen

Results 1287 comments of Kay Hayen

I think, this was from before Nuitka stopped including SxS libraries, and as such should be resolved.

I was trying this on Linux just now, and I think I saw no error, so it would be windows specific, but that makes sense, as multiprocess is very different...

> _pickle.PicklingError: Can't pickle : it's not found as builtins.compiled_method This looks like it might be relatively recent regression, maybe it worked at some point already. I moved registration code...

With that regression fix, I can now reproduce it. What's strange is that it is complaining about a cell, and not a compiled cell, I don't know why that would...

Ok, for whatever reason, it's crashing when it attempts to save a cell containing `print` built-in, which might be caused by the compiled method. It might be transferring a module...

I wonder if saving a compiled cell doesn't trigger this, one would need to make a small test to pickle only a compiled cell.

We now have a workaround for reference losses in connecting the slots with methods, that's another bug in PySide6 there. And just doing this, workarounds this bug. ``` if func.im_func.__name__...

Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback if...

So I put this on develop only, will be in 1.8 release. If any issue is caused by it, I would to catch it before putting it on stable, and...

So this issue is still open, and I find no trace of this being in the release, I am confused now.