Geoffrey Thomas

Results 109 comments of Geoffrey Thomas

Re `while True: pass`, I think that would work fine with what I'm thinking - the blocking I/O is only when reading input, i.e., `InteractiveConsole.raw_input()`. Once that's over, you're back...

@ofek by "actually works" I assume you mean "able to dynamically load stuff"? Then I think we should ship this and call it a bugfix and make sure we ship...

I believe this has the same approximate cause as #713, which has convinced me that the current logic in getpath.py is kind of dangerous. I'm also inclined to believe that...

Fixed in upstream valgrind: https://sourceware.org/git/?p=valgrind.git;a=commitdiff;h=1fefba79021779d840bbf8cebc43e40c74b40f31 I tested it and it seems to work, and I opened CodSpeedHQ/valgrind-codspeed#1 requesting that they backport this one patch, because from [valgrind-announce archives](https://sourceforge.net/p/valgrind/mailman/valgrind-announce/), they seem...

What OS/version are you using? I want to see if I can reproduce this and track it down.

I think this issue is largely going to be about iSH itself. With the current uv release (0.6.10) and the current versions of iSH (1.3.2) and the Alpine it installs...

Can you try the latest version of uv and its Python distribution? On an existing system do ``` uv self update uv python install --reinstall ``` The command you provided...

Yes, sorry for not updating this issue—we had to revert the change for other reasons. Hopefully we'll be able to re-land it very soon!

I haven't gotten a chance to read through your messages in your entirety yet but I believe @kayhayen's analysis is broadly accurate and we do not yet provide libraries that...

This is a little bit different from astral-sh/uv#6812. While they're both sort of about `libpython.so` not being in the venv, the impact is different. In the `uv` issue, running `bin/python`...