Matthias Urlichs

Results 342 comments of Matthias Urlichs

There's an ancient patch to do this but it was reverted because, surprise, it killed Python 3.4 compatiblity. I reapplied it in my `distmqtt` fork.

No, there shouldn't be any difference between 3.4 and 3.5+ syntax. Are you able to share code to reproduce the problem?

Another solution would be to use #178.

Why wouldn't it have the same effect?

Huh. It seems that while everything in `pywayland.protocol` (except `wayland` of course) is generated from XML, there does not seem to be any Python example code whatsoever out there about...

To make this work anywhere we should teach Trio's task creation code to unconditionally create a Greenback portal in every new task; otherwise debugging at random breakpoints won't work.

Welcome to the rabbit warren, I'm also hitting this one. Trying to find a reasonable workaround isn't easy, and [this Trio bug](https://github.com/python-trio/trio/issues/2544) doesn't exactly help.

> What does this do if the thread call gets "uncancelled"? I'd regard support for un-cancellation as strictly optional, doubly so regarding threads. IMHO a cancel scope either shields, or...

FWIW, I'd like to have them. > I haven't seen any further input on that PR or this issue since I left my last comment. Did you miss @richardsheridan's +1?

Both absolute and real path lookups were added in cd76b495d modutils is using realpath at the moment which will resolve the symlink and don't allow the import as the file...