Ludwig Schwardt

Results 52 comments of Ludwig Schwardt

Hi, I'm currently busy making a new release that fixes issues with 3.12 and I decided to have a go at 3.13 as well. Unfortunately it's a bit too early......

I would have liked to add some reviewers (like @srmainwaring and @ChristopherHammond13) but can't seem to do that 😅 Let me know in the comments if this PR works for...

Excellent, thanks for the report! Homebrew's Python 3.12 has become harder to use as a general-purpose user Python installation after implementing PEP 668 (long discussion [here](https://github.com/orgs/Homebrew/discussions/3404)). You are discouraged from...

My plan is to bump readline to 8.2.10 and add my funky new readline overrider and release by the end of the week 🙂

Thanks for the report, Francis! The error messages look a lot like the ones Milos found in #62 on Python 3.11, but I have built successfully on 3.11 before, so...

I don't have *BSD so I don't know... I would think you don't need it on BSD, as GNU readline is available and linked into the standard Python already.

`gnureadline` is designed to link against a static internal version of the readline library, so it should not care about the one installed on the system.

Interesting and somewhat tricky questions. I've been down this road before in previous incarnations of this package :-) I'm curious about the problem you are trying to solve. Is it...

Revisiting old tickets... John and Guangyuan, is this still an issue for you? To recap: - Although it is primarily aimed at macOS, the `gnureadline` package supports most (all?) Posix...

Currently I simply quit the build on Windows but I can give it a shot… I don’t have a Windows machine to test it on though, but with the help...