Christian Seiler

Results 9 comments of Christian Seiler

Could you be a bit more specific? - What version of Gtk3 are you using? - Which distribution? In what version? (If applicable.) - "Doesn't work" means what precisely? What...

Could you post a screenshot? What desktop environment / window manager are you using? (For the record: I'm on Debian Stretch, also Gtk+3 3.22.4 at the moment, and it still...

Interesting, I can confirm that, and will take a look. It's definitely not expected, but I'm not exactly sure what the problem is yet, since I can run libc.so.6 when...

Hi Benedek, many thanks for the quick response, and many thanks for the XPD and USBDevice libraries! Your feedback was very helpfui, what was missing was that I wasn't calling...

@tom-cosgrove-arm Well, as described, zstd and brotli have a different logic, they hoist the `if (function1 == NULL || function2 == NULL || ...)` check *outside* of the `if (dso...

> Not much point doing that here, since p_compress and friends are file static and only ever assigned to under if (dso != NULL) If the DSO could not be...

I've now attempted to write a proper generic test that doesn't depend on the OS but doesn't also add `-lc` on operating systems where that isn't necessary. See PR #238....

From my perspective, as the one who ran into this issue and reported it: > I'm not sure I get thin difference between should and must here. > > [cpython/Doc/c-api/typeobj.rst](https://github.com/python/cpython/blob/033aa5cfd856e52d5b10fc765631c16b308ee4f1/Doc/c-api/typeobj.rst?plain=1#L1205-L1212)...

> Does it make sense for you if `Py_TPFLAGS_MANAGED_WEAKREF` and `Py_TPFLAGS_HAVE_GC` must be used in conjunction? On my side I will try to fix current implementation. As I said previously:...