Donald Munro
Results
2
issues of
Donald Munro
sysconfig.get_config_var("SO") is used in __init__.py: ``` _libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("SO"))) ``` but returns None in python 3.11: ``` python --version Python 3.11.3 python Python 3.11.3 (main, Apr...
I had a problem parsing the command line in parse_history despite setting and double checking the PROMPT_COMMAND to the specified value as I wasn't getting a leading space before the...