The most tempting idea I have is to add a flag parameter like readline= to run_pty() that would create the proper environment dict if env is None. CC @ZeroIntensity (mentorship) type-bug, tests, 3.13, ...
I'm working on applying this patch cleanly and writing a test for this. However, it seems I'm unable to import readline in compiled version of Python. I'm trying to provide a path to the installation ...
Python 3.14.1 also has a few improvements to building for iOS and iPadOS platforms. Binary modules can now be compiled with dynamic library linking, instead of Framework linking. The iOS testbed app ...