Kay Hayen

Results 1287 comments of Kay Hayen

There are more modules like this in `asyncua`, where for me Python compile time is already unacceptable, I assume some of them are pathological as C and might have to...

Seems pretty consistent which module it is, one with no less than 200k lines of code. I disabled to compile these via C, and Nuitka will include the large 3...

This is going to be part of 1.0.1 hofix release that is immanent.

Actually, I just noticed, I didn't have the clean commit to pick, so only part is in 1.0.1 and potentially not the interesting one, so we got to push this...

Ok, that's great, it seems I can work off that. It runs no issue on my system. I am wondering, of course, why `_winrt` has no `__file__` object in the...

As an aside, I would like to thank you for attempting to track this down yourself.

So, it's become apparent, that the code designed to solve this is not run for this specific case of extension module loading protocol. It's the 2 phase loading, where a...

In case there are other things with WinRT, e.g. DLLs and other modules as implicit dependencies, let me know. It looks as if the dynamic load from the module referenced...

I will try and take the parts of the patch that are good, and address some compiler errors/warnings, but the `if (false)` alternatives look very bad of course. That was...

The `Py_SET_REFCNT` is actually already standard Python, I am instead defining it for old Python.