Kay Hayen

Results 1287 comments of Kay Hayen

It seems you are re-implementing `nuitka.importing.Recursion.decideRecursion` in a worse way (module names are strings, they are not supposed to carry usage information). This is a typical pattern it's used like:...

This issue never gave any fruit. From my understanding, it was attempted to have an extra implementation of how to decide recursion rather than using a plugin.

The version output really shouldn't be typed up manually but incomplete.

I cannot reproduce it. The output contains what I believe to be chinese characters, I was wondering if it is that, but if you say you do not get the...

Oh wow, that's bad. We got to find that for sure, the dictionary kind is not what Nuitka expects in some place. Errors might very well be random and spurious...

Running the test suite in debug mode, did not reveal anything like it.

I believe it happened, but unfortunately I will have to try for myself to cover these branches there. It definitely must be rare, maybe dependent on how the server reacts,...

In this code the assertion triggers: ``` if (_PyDict_HasSplitTable(dict_mp)) { Py_ssize_t size = DK_ENTRIES_SIZE(dict_mp->ma_keys); PyDictObject *result_mp = _Nuitka_AllocatePyDictObject(); assert(result_mp != NULL); result = (PyObject *)result_mp; for (Py_ssize_t i = 0;...

This should be fixed by now, we have made corrections in the dictionary area. Please open the issue again should it happen all over, but I never reproduced it, so...

I am not sure that is even feasible. I doubt that as a console Window, we can interact with other people and their Windows. This could be done I guess...