Arvid Norberg
Arvid Norberg
re-reading this ticket. I would expect that all strings on the python side are `str` and always contain unicode code points (in some encoding). Just because that string happens to...
My understanding is that, since python 3, all strings are Unicode strings. Set aside encoding, it's a sequence of code points. Is that an incorrect understanding? Whether python encodes these...
> A str is a sequence of code points. Not characters. Any code point is valid, including surrogates like U+DCE9. `DCE9` is a high surrogate *code unit* in UTF-16 encoding....
> My premise is the case where that's not true. The save_path is b"/mnt/Andr\xE9". Not valid UTF-8. It's fine to not be valid UTF-8 as long as it is representable...
the executable file is `python`, and you may need to make sure the libtorrent library is visible in the library path, for gdb to be able to pick it up....
I'm having a very hard time setting up a 32 bit linux machine. the debian-11 installer keeps hanging in virtual box.
@glassez from the original report it seems to affect libtorrent 2.0.7, suggesting it might be the other way around. some issue introduced in 2.0.x generally these kinds of issues can...
@tristanleboss I'm really curious to understand what's causing the freezes. I suppose your operating system is listing all interfaces/IP addresses you've had since startup. I take it this is specific...
@tristanleboss > For me, the problem is indeed the number of listened IPs. The "Optional IP address to bind to" setting is not usefull because once I get a new...
libtorrent subscribes to updates to the network interfaces using a `NETLINK_ROUTE` socket. libtorrent has (until a day ago) assumed that it only receives updates when something actually changes. But I've...